#include "lib.h" #include #include "sys9.h" unsigned int alarm(unsigned seconds) { return _ALARM(seconds*1000); }