atexit_t Type (Pointer)

stdlib.h

typedef CALLBACK void (*atexit_t) (void);

Describes an exit function passed to atexit.

atexit_t is a type proposed in ANSI C for defining the type of an exit function passed to atexit.