Subversion Repositories planix.SVN

Rev

Rev 2 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 - 1
#include "lib.h"
2
#include <unistd.h>
3
#include "sys9.h"
4
 
5
unsigned int
6
alarm(unsigned seconds)
7
{
8
	return _ALARM(seconds*1000);
9
}