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(); }
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(); }