Changes in uspace/lib/posix/strings.h [458d356:4f4b4e7] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/posix/strings.h
r458d356 r4f4b4e7 37 37 #define POSIX_STRINGS_H_ 38 38 39 #ifndef POSIX_STRING_H_40 39 /* Search Functions */ 41 40 extern int posix_ffs(int i); 42 #endif43 41 44 42 /* String/Array Comparison */ 45 #ifndef POSIX_STRING_H_46 43 extern int posix_strcasecmp(const char *s1, const char *s2); 47 44 extern int posix_strncasecmp(const char *s1, const char *s2, size_t n); 48 #endif49 45 50 46 /* TODO: not implemented due to missing locale.h
Note:
See TracChangeset
for help on using the changeset viewer.