/sys$common/syshlp/helplib.hlb CC, Run-time functions, atexit *Conan The Librarian (sorry for the slow response - running on an old VAX) |
Registers a function that is called without arguments at program termination. Syntax: #include <stdlib.h> int atexit(void (*func) (void));
|