Changeset 099c834 in mainline for uspace/lib/posix/include
- Timestamp:
- 2018-06-18T13:56:02Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6c440362
- Parents:
- 379db9ef
- git-author:
- Jiri Svoboda <jiri@…> (2018-06-16 22:43:05)
- git-committer:
- Jiri Svoboda <jiri@…> (2018-06-18 13:56:02)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/posix/include/posix/stdlib.h
r379db9ef r099c834 42 42 #include <_bits/NULL.h> 43 43 44 /* Process Termination */45 #define _Exit exit46 47 extern int atexit(void (*func)(void));48 49 44 /* Absolute Value */ 50 45 extern int abs(int i);
Note:
See TracChangeset
for help on using the changeset viewer.