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