[packages/ntp] - fix compile error

Adam Osuchowski adwol at zonk.pl
Mon Aug 3 21:28:28 CEST 2015


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?


More information about the pld-devel-en mailing list