Monday, October 31, 2016

C Library Function – signal

The <signal.h> header shall define the following function(s).

Specify signal handling Functions:
sig - the signal to set the signal handler
func - the signal handle

signal void (*signal(int sig, void (*func)(int)))(int);

Send signal Functions:
sig - the signal to be sent

raise int raise(int sig);



Related topics:
Library Functions in C   |   Standard Library in C   |   Header Files in C   |   Functions in C   |   Keywords in C   |   Data Types in C   |   Pointers in C

List of topics: C Programming

No comments:

Post a Comment