#include <signal.h> unsigned int alarm( unsigned int seconds );
If there was a previous alarm() request with time remaining, then this routine returns the number of seconds until that outstanding alarm would have fired. If no previous alarm() request was outstanding, then zero is returned.
Copyright © 1988-1998 OAR Corporation