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