mirror of
				https://github.com/fooflington/wordsearch.git
				synced 2025-11-04 06:19:03 +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
 |