Do you want BuboFlash to help you learning these things? Or do you want to add or correct something? Click here to log in or create user.



Question
How to set a alarm ?
Answer

SYNOPSIS top

 #include <unistd.h> unsigned int alarm(unsigned int seconds);

Question
How to set a alarm ?
Answer
?

Question
How to set a alarm ?
Answer

SYNOPSIS top

 #include <unistd.h> unsigned int alarm(unsigned int seconds);
If you want to change selection, open document below and click on "Move attachment"

alarm(2) - Linux manual page
ME | SYNOPSIS | DESCRIPTION | RETURN VALUE | CONFORMING TO | NOTES | SEE ALSO | COLOPHON ALARM(2) Linux Programmer's Manual ALARM(2) NAME top alarm - set an alarm clock for delivery of a signal <span>SYNOPSIS top #include <unistd.h> unsigned int alarm(unsigned int seconds); DESCRIPTION top alarm() arranges for a SIGALRM signal to be delivered to the calling process in seconds seconds. If seconds is zero, any pending alarm is canceled. In any event any prev

Summary

statusnot learnedmeasured difficulty37% [default]last interval [days]               
repetition number in this series0memorised on               scheduled repetition               
scheduled repetition interval               last repetition or drill

Details

No repetitions


Discussion

Do you want to join discussion? Click here to log in or create user.