You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12345678910111213 |
- /*
- * 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[]);
|