#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
status
not learned
measured difficulty
37% [default]
last interval [days]
repetition number in this series
0
memorised 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.