The libc implementation
Martin ‘Solar’ Baute
Public Domain
| exit.c | The libc implementation |
| Todo’s | |
| 32 is guaranteed. This should be dynamic but ATM gives problems | with my malloc. |
| Functions | |
| exit | exits the program with a given status code |
exits the program with a given status code
void exit( int status )