breakhack/src/random.h

8 lines
101 B
C

#ifndef RANDOM_H_
#define RANDOM_H_
unsigned int
get_random(unsigned int max);
#endif // RANDOM_H_