COHERENT help

This page displays the COHERENT help information for atexit.

Listing of available help pages


atexit() -- Register a function to be called when the program exits

#include <stdlib.h>
int atexit(void (function)
void (*function)();