Answers for "signal function c"

C
2

signal function c

/**
 * @param sig - the signal number
 * @param func - pointer to the handler function
 */
void (*signal(int sig, void (*func)(int)))(int);
Posted by: Guest on April-02-2021

Code answers related to "C"

Browse Popular Code Answers by Language