Searched refs:exitfun (Results 1 – 1 of 1) sorted by relevance
9 static void (*exitfun)(void); variable13 if (exitfun != NULL) in exit()14 (*exitfun)(); in exit()21 if (exitfun != NULL) in atexit()23 exitfun = fun; in atexit()
Completed in 3 milliseconds