Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/posix/string.h

    r7e10aee r6921178  
    8686extern size_t posix_strcspn(const char *s1, const char *s2);
    8787extern size_t posix_strspn(const char *s1, const char *s2);
    88 extern char *posix_strstr(const char *haystack, const char *needle);
     88extern char *posix_strstr(const char *s1, const char *s2);
    8989
    9090/* Collation Functions */
Note: See TracChangeset for help on using the changeset viewer.