1 #include <stdlib.h> 2 atexit(void (* func)(void))3 int atexit(void (*func)(void)) 4 { 5 return 0; 6 }