Changes in uspace/lib/c/include/string.h [098e16a5:4805495] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/string.h
r098e16a5 r4805495 64 64 extern size_t strlen(const char *); 65 65 66 #if defined(_ HELENOS_SOURCE) || defined(_XOPEN_SOURCE) || defined(_GNU_SOURCE) || defined(_LIBC_SOURCE)66 #if defined(_XOPEN_SOURCE) || defined(_GNU_SOURCE) || defined(_LIBC_SOURCE) 67 67 extern size_t strnlen(const char *, size_t); 68 68 extern char *strdup(const char *);
Note:
See TracChangeset
for help on using the changeset viewer.