DD2-monitor/core/utils.h

11 lines
151 B
C
Raw Normal View History

2019-01-17 14:00:17 +01:00
/*
* core/utils.h
*/
2019-05-20 18:20:18 +02:00
int special_dumper(FILE *fp, unsigned char octet);
2019-01-17 14:00:17 +01:00
int seed_my_rand(int foo);
int random1000(int type);
double dtime(void);