|
|
@ -1,4 +1,4 @@
|
|
|
|
/* $Id: sysfunc.c,v 1.12 2003/05/07 23:57:19 stpohle Exp $
|
|
|
|
/* $Id: sysfunc.c,v 1.13 2003/05/08 00:08:18 stpohle Exp $
|
|
|
|
sysfunc.c - this file hold some routines for the system functions..
|
|
|
|
sysfunc.c - this file hold some routines for the system functions..
|
|
|
|
like d_delay
|
|
|
|
like d_delay
|
|
|
|
*/
|
|
|
|
*/
|
|
|
@ -21,6 +21,7 @@ s_delay (int ms)
|
|
|
|
select (1, &selectset, NULL, NULL, &tval);
|
|
|
|
select (1, &selectset, NULL, NULL, &tval);
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
int
|
|
|
|
int
|
|
|
|
s_random (int maxnr)
|
|
|
|
s_random (int maxnr)
|
|
|
|
{
|
|
|
|
{
|
|
|
|