_alarm.c

Go to the documentation of this file.
00001 #include <lib.h>
00002 #define alarm   _alarm
00003 #include <unistd.h>
00004 
00005 PUBLIC unsigned int alarm(sec)
00006 unsigned int sec;
00007 {
00008   message m;
00009 
00010   m.m1_i1 = (int) sec;
00011   return( (unsigned) _syscall(MM, ALARM, &m));
00012 }

Generated on Fri Apr 14 22:57:27 2006 for minix by  doxygen 1.4.6