"Dr. Nikolaus Klepp" <dr.kl...@gmx.at> writes:

[...]

> What about making the source smaller and not the executable?
>
> static void print_start(char const *name, char const *what) {
>      if (name[0]) fprintf("%c%s",name[0]&~0x20, name+1);
>      fprintf(stderr, " %s: ",what);
> }

Are you seriously convinced that - in 2016 - there are still people who
haven't heard of the stdio library introduced with the 7th edition of
UNIX(*)?
_______________________________________________
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng

Reply via email to