Searched defs:atexit (Results 1 – 3 of 3) sorted by relevance
43 int atexit(void (*exitf)(void)) in atexit() function 61 atexit(void (*exitf)(void)) in atexit() function
128 atexit(void (*func)(void)) in atexit() function [all...]
489 # define atexit(f) on_exit((f), 0) /* ugly hack for SunOS */ macro