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