signal with value c code example
Example: signal function c
/**
* @param sig - the signal number
* @param func - pointer to the handler function
*/
void (*signal(int sig, void (*func)(int)))(int);
/**
* @param sig - the signal number
* @param func - pointer to the handler function
*/
void (*signal(int sig, void (*func)(int)))(int);