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?
_______________________________________________
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en

Reply via email to