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