Question

I know i can set an alarm to "go off" with a SIGALRM after a specified amount of time using alram(numberOfSeconds) what i am looking to do is to raise the SIGALRM immediately.

Any help would be greatly appreciated.

Was it helpful?

Solution

raise(SIGALRM);

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top