Changes in uspace/lib/posix/string.h [b4d6252:4f4b4e7] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/posix/string.h
rb4d6252 r4f4b4e7 102 102 extern size_t posix_strnlen(const char *s, size_t n); 103 103 104 /* Legacy declarations */105 extern int posix_ffs(int i);106 107 104 #ifndef LIBPOSIX_INTERNAL 108 105 #define strcpy posix_strcpy … … 137 134 #define strlen posix_strlen 138 135 #define strnlen posix_strnlen 139 140 #define ffs posix_ffs141 136 #endif 142 137
Note:
See TracChangeset
for help on using the changeset viewer.