atexit.c

The libc implementation

Author

Martin ‘Solar’ Baute

License

Public Domain

Summary
atexit.cThe libc implementation
Functions
atexitadds a function to the list of things to be called upon program exit

Functions

atexit

int atexit(void (*func)( void ))

adds a function to the list of things to be called upon program exit

int atexit(void (*func)( void ))
adds a function to the list of things to be called upon program exit