:: Re: [DNG] "Common knowledge?"-quest…
Top Page
Delete this message
Reply to this message
Author: Rainer Weikusat
Date:  
To: dng
Subject: Re: [DNG] "Common knowledge?"-question
"Dr. Nikolaus Klepp" <dr.klepp@???> 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(*)?