Changeset 0e7c3d9 in mainline for uspace/lib/c/include/str.h
- Timestamp:
- 2017-05-15T19:25:23Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7ee7e6a
- Parents:
- fec333b3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/str.h
rfec333b3 r0e7c3d9 132 132 */ 133 133 134 extern int stricmp(const char *, const char *);135 136 134 extern long int strtol(const char *, char **, int); 137 135 extern unsigned long strtoul(const char *, char **, int);
Note:
See TracChangeset
for help on using the changeset viewer.