unsigned int alarm(unsigned int seconds);
Delivers the signal SIGALRM after seconds seconds. If seconds is zero, any previously set alarm is cleared.
unsigned int alarm(unsigned int seconds);
Delivers the signal SIGALRM after seconds seconds. If seconds is zero, any previously set alarm is cleared.