예제 #1
0
int main(int argc, char **argv){
	START();
	
	t01_create_add_free();
	t02_full_cycle_http10();
	t03_full_cycle_http11();
	
	END();
}
예제 #2
0
파일: 03-response.c 프로젝트: SEI-AMS/onion
int main(int argc, char **argv){
	START();
	
	t01_create_add_free();
	t02_full_cycle_http10();
	t03_full_cycle_http11();
	t04_cookies();
	t05_printf();
	t06_empty();
	
	END();
}