Changes in uspace/lib/c/include/stdlib.h [bc5ffeb:63f8966] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/stdlib.h
rbc5ffeb r63f8966 46 46 } while (0) 47 47 48 #define core() \49 *((int *) 0) = 0xbadbad;50 51 48 #define exit(status) _exit((status)) 52 49
Note:
See TracChangeset
for help on using the changeset viewer.