Changeset c9f3e7e9 in mainline for uspace/lib/posix/include/posix/stdlib.h
- Timestamp:
- 2017-10-24T04:57:45Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 16bfcd3
- Parents:
- ce55b43
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/posix/include/posix/stdlib.h
rce55b43 rc9f3e7e9 43 43 #include "sys/types.h" 44 44 45 #ifndef NULL 46 #define NULL ((void *) 0) 47 #endif 45 #include <_bits/NULL.h> 48 46 49 47 #define RAND_MAX 714025
Note:
See TracChangeset
for help on using the changeset viewer.