alarm
¶POSIX specification:
https://pubs.opengroup.org/onlinepubs/9799919799/functions/alarm.html
Gnulib module: —
Portability problems fixed by Gnulib:
Portability problems not fixed by Gnulib:
SIGALRM
is inherited as
ignored; programs should use signal (SIGALRM, SIG_DFL)
if
it is important to ensure the alarm will fire.
<io.h>
header on some platforms:
mingw (2012 or newer).