mirror of
https://github.com/fooflington/wordsearch.git
synced 2025-01-22 17:29:55 +00:00
7 lines
125 B
C
7 lines
125 B
C
|
#ifndef WORDSEARCH_RND
|
||
|
#define WORDSEARCH_RND
|
||
|
|
||
|
char get_random_letter();
|
||
|
int random_number(int min_num, int max_num);
|
||
|
|
||
|
#endif
|