1 2 3 4 5 6
#include <syscall.h> unsigned alarm(unsigned seconds) { return syscall(alarm, seconds); }