COHERENT help

This page displays the COHERENT help information for signal.

Listing of available help pages


signal() -- Specify action to take upon receipt of a given signal

#include <signal.h>
int (*signal(sigtype, function))()
int sigtype, (*function)();