This document was uploaded by user and they confirmed that they have the permission to share
it. If you are author or own the copyright of this book, please report to us by using this DMCA
report form. Report DMCA
sysconf - get configurable system variables long sysconf(int name); atexit - register a function to run at process termination int atexit(void (*func)(void)); The exit function calls these functions in reverse order of their registration. Each function is called as many times as it was registered.