Example #1
0
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();
}
Example #2
0
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();
}