7 lines
		
	
	
		
			122 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			122 B
		
	
	
	
		
			C
		
	
	
	
	
	
#pragma once
 | 
						|
 | 
						|
#define SHORTCUT_N 20
 | 
						|
 | 
						|
int shortcut_expand(const char* uri, char* output);
 | 
						|
void str_init(char* str, int n);
 |