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