wordsearch/src/rnd.h

7 lines
125 B
C
Raw Normal View History

2017-01-03 19:13:13 +00:00
#ifndef WORDSEARCH_RND
#define WORDSEARCH_RND
char get_random_letter();
int random_number(int min_num, int max_num);
#endif