11 lines
151 B
C
11 lines
151 B
C
/*
|
|
* core/utils.h
|
|
*/
|
|
|
|
int special_dumper(FILE *fp, unsigned char octet);
|
|
|
|
int seed_my_rand(int foo);
|
|
int random1000(int type);
|
|
|
|
double dtime(void);
|