DD2-monitor/funcs.h

14 行
228 B
C

/*
* funcs.c
*/
/* return an in random value in [0.999] */
int random1000(int mode);
/* get the 'timeofday' as a double float */
double dtime(void);
/* only usable on standard Linux ! */
int get_loadavg(double where[]);