#include <stdlib.h> int atexit(void (*func)(void)) { // TODO return 0; }