Changes in uspace/lib/posix/string.h [4f4b4e7:b4d6252] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/posix/string.h
r4f4b4e7 rb4d6252 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 104 107 #ifndef LIBPOSIX_INTERNAL 105 108 #define strcpy posix_strcpy … … 134 137 #define strlen posix_strlen 135 138 #define strnlen posix_strnlen 139 140 #define ffs posix_ffs 136 141 #endif 137 142
Note:
See TracChangeset
for help on using the changeset viewer.