14 lines
338 B
Plaintext
14 lines
338 B
Plaintext
alarm
|
|
=====
|
|
:title: Shellcode Compiler Runtime
|
|
|
|
---------------------------------------------
|
|
unsigned int alarm(unsigned int seconds);
|
|
---------------------------------------------
|
|
|
|
Delivers the signal `SIGALRM` after `seconds` seconds. If `seconds` is zero, any previously set alarm is cleared.
|
|
|
|
See also
|
|
--------
|
|
link:kill.html[kill]
|