diff options
Diffstat (limited to 'String.h')
| -rw-r--r-- | String.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -30,5 +30,6 @@ Result S_prepend(String *s, const char* str); usize S_length(String s); usize S_find(String s, char c); +String S_substr(MemoryManager *mm, String s, usize start, usize length); #endif /* _STRING */ |
