Changes in uspace/lib/posix/string.h [7e10aee:6921178] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/posix/string.h
r7e10aee r6921178 86 86 extern size_t posix_strcspn(const char *s1, const char *s2); 87 87 extern size_t posix_strspn(const char *s1, const char *s2); 88 extern char *posix_strstr(const char * haystack, const char *needle);88 extern char *posix_strstr(const char *s1, const char *s2); 89 89 90 90 /* Collation Functions */
Note:
See TracChangeset
for help on using the changeset viewer.