aboutsummaryrefslogtreecommitdiff
path: root/include/base/string.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/base/string.h')
-rw-r--r--include/base/string.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/base/string.h b/include/base/string.h
index a6d6612..238ebf9 100644
--- a/include/base/string.h
+++ b/include/base/string.h
@@ -9,6 +9,10 @@ char *str·findc(char *s, int c);
char *str·nfindc(char *s, intptr n, int c);
char *str·efindc(char *s, char *e, int c);
+char *str·rfindc(char *s, int c);
+char *str·nrfindc(char *s, intptr n, int c);
+char *str·erfindc(char *s, char *e, int c);
+
char *str·find(char *s, char *sub);
char *str·nfind(char *s, intptr n, char *sub);
char *str·efind(char *s, char *e, char *sub);