예제 #1
0
파일: 08-post.c 프로젝트: IPInfusion/SDN-IP
int main(int argc, char **argv){
	t01_post_empty_file();
	t02_post_new_lines_file();
	t03_post_carriage_return_new_lines_file();
	t04_post_largefile();
	
	END();
}
예제 #2
0
파일: 08-post.c 프로젝트: Scarberian/onion
int main(int argc, char **argv){
	START();
	
	t01_post_empty_file();
	t02_post_new_lines_file();
	t03_post_carriage_return_new_lines_file();
	t04_post_largefile();
	t05_post_content_json();
	
	END();
}