The libc implementation
Martin ‘Solar’ Baute
Public Domain
| _Exit.c | The libc implementation |
| Functions | |
| _Exit | exits the program with a given status code, without running atexit scripts |
| Todo’s | |
| Flush and close open streams. Remove tmpfile() files. | |
| Add testdrivers after flush / close / tmpfile is implemented. |
exits the program with a given status code, without running atexit scripts
void _Exit( int status )