コード例 #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();
}