Hi
In my program, I want to use signal handler so that if signal alarm is sent to the process my function is to called.till no everything is ok.but I want to pass some parameters to signal handler.but "signal" function does not have any parameter for this. according to it's prototype:
Code:sighandler_t signal (int signum, sighandler_t action)
Thanks for any help or guidance



1Likes
LinkBack URL
About LinkBacks


