Changeset 566987b0 in mainline for uspace/lib/libc/include/string.h
- Timestamp:
- 2008-07-30T16:58:14Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2a513972
- Parents:
- 29f8f8e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/include/string.h
r29f8f8e r566987b0 56 56 extern size_t strlen(const char *); 57 57 58 extern char *strdup(const char *); 59 58 60 extern char *strchr(const char *, int); 59 61 extern char *strrchr(const char *, int);
Note:
See TracChangeset
for help on using the changeset viewer.