exit.c

The libc implementation

Author

Martin ‘Solar’ Baute

License

Public Domain

Summary
exit.cThe libc implementation
Todo’s
32 is guaranteed.  This should be dynamic but ATM gives problemswith my malloc.
Functions
exitexits the program with a given status code

Todo’s

32 is guaranteed.  This should be dynamic but ATM gives problems

with my malloc.

Functions

exit

void exit(int status)

exits the program with a given status code

void exit(int status)
exits the program with a given status code