1 2 3 4 5 6 7 8
#include <nonstd/internal.h> struct atexit { int nfns; void (*fns[32])(void); struct atexit *next; struct atexit *prev; };