Changeset b4d6252 in mainline for uspace/lib/posix/string.h
- Timestamp:
- 2011-06-20T02:21:21Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5c5117c, dddc3d9
- Parents:
- fb90deb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/posix/string.h
rfb90deb 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.