mirror of
				https://github.com/coop-deluxe/sm64coopdx.git
				synced 2025-10-30 08:01:01 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
	
		
			99 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
	
		
			99 B
		
	
	
	
		
			C
		
	
	
	
	
	
#ifndef UTF8_H_
 | 
						|
#define UTF8_H_
 | 
						|
 | 
						|
char *utf8_decode(char *str, uint32_t *codep);
 | 
						|
 | 
						|
#endif // UTF8_H_
 |