#include #define NONEXIT 34 extern void (*_atexitfns[NONEXIT])(void); int atexit(void (*f)(void)) { int i; for(i=0; i