Changeset d3ce33fa in mainline for uspace/lib/posix/string.h
- Timestamp:
- 2011-07-05T19:01:18Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d9eaa43
- Parents:
- 4f86fa3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/posix/string.h
r4f86fa3 rd3ce33fa 103 103 extern size_t posix_strnlen(const char *s, size_t n); 104 104 105 /* Signal messages */ 106 extern char *posix_strsignal(int signum); 107 105 108 /* Legacy declarations */ 106 109 #ifndef POSIX_STRINGS_H_ … … 143 146 #define strnlen posix_strnlen 144 147 148 #define strsignal posix_strsignal 149 145 150 #define ffs posix_ffs 146 151 #define strcasecmp posix_strcasecmp
Note:
See TracChangeset
for help on using the changeset viewer.