Jakub Bogusz wrote: > puts adds newline, so puts(str) is equivalent of printf("%s\n", str), > but printf(str). > > You can replace printf(str) with fputs(str, stdout). > (fputs doesn't add newline) Everybody will be satisfied with fputs() or there is antoher proposal?