alarmc: Interface to alarm() system call
Description
On Unix, this is a simple wrapper around the POSIX alarm()
system call. On Windows, no such system call is available, so this
function does nothing. It is here only to stop R CMD check
from complaining about it not being here.