[go: up one dir, main page]

Menu

[r202]: / dtorrent / trunk / util.h  Maximize  Restore  History

Download this file

10 lines (6 with data), 124 Bytes

1
2
3
4
5
6
7
8
#ifndef UTIL_H
#define UTIL_H
void RandomInit(void);
unsigned long RandBits(int nbits);
double PreciseTime(void);
#endif