Re: "true.c" is bloated, I suggest "int main() { return 0; }

2006-08-04 Thread Philip Rowlands
On Fri, 4 Aug 2006, Helge Hafting wrote: I noticed that the "true" and "false" programs are somewhat bloated, on i386 they need 3 4k-pages of code when the trivial implementation in the subject line only need one. [snip] I can only guess that someone is trying to standardize the use of --help

"true.c" is bloated, I suggest "int main() { return 0; }

2006-08-04 Thread Helge Hafting
I noticed that the "true" and "false" programs are somewhat bloated, on i386 they need 3 4k-pages of code when the trivial implementation in the subject line only need one. Yes, I know this is a small issue, but still: No need for software of excessive size. I examined the source, and found th