Changeset 82fd245 in mainline for uspace/lib/c/include/str.h
- Timestamp:
- 2018-07-05T21:41:19Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9f77d98
- Parents:
- e679283
- git-author:
- Dzejrou <dzejrou@…> (2018-01-07 00:18:22)
- git-committer:
- Dzejrou <dzejrou@…> (2018-07-05 21:41:19)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/str.h
re679283 r82fd245 36 36 #ifndef LIBC_STR_H_ 37 37 #define LIBC_STR_H_ 38 39 #ifdef __cplusplus 40 extern "C" { 41 #endif 38 42 39 43 #include <errno.h> … … 139 143 extern unsigned long strtoul(const char *, char **, int); 140 144 145 #ifdef __cplusplus 146 } 147 #endif 148 141 149 #endif 142 150
Note:
See TracChangeset
for help on using the changeset viewer.