Changeset 82fd245 in mainline for uspace/lib/c/include/stdlib.h
- Timestamp:
- 2018-07-05T21:41:19Z (7 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/stdlib.h
re679283 r82fd245 35 35 #ifndef LIBC_STDLIB_H_ 36 36 #define LIBC_STDLIB_H_ 37 38 #ifdef __cplusplus 39 extern "C" { 40 #endif 37 41 38 42 #include <_bits/size_t.h> … … 104 108 extern lldiv_t lldiv(long long, long long); 105 109 110 #ifdef __cplusplus 111 } 112 #endif 113 106 114 #endif 107 115
Note:
See TracChangeset
for help on using the changeset viewer.