aboutsummaryrefslogtreecommitdiffstats
path: root/include/lib/libc/string.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lib/libc/string.h')
-rw-r--r--include/lib/libc/string.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/lib/libc/string.h b/include/lib/libc/string.h
index 050f64380..3c8e3b65e 100644
--- a/include/lib/libc/string.h
+++ b/include/lib/libc/string.h
@@ -27,5 +27,6 @@ char *strchr(const char *s, int c);
void *memset(void *dst, int val, size_t count);
size_t strlen(const char *s);
size_t strnlen(const char *s, size_t maxlen);
+char *strrchr(const char *p, int ch);
#endif /* STRING_H */