DD2-monitor/core/utils.h

11 lines
151 B
C
Raw Normal View History

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