tech-userlevel archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: [PATCH] C99: implement c99 wrapper script



On Fri, 5 Sep 2008, Andy Shevchenko wrote:
Implement /usr/bin/c99 script as wrapper for cc to run in C99 compatible mode.

For 1-line scripts, it was agreed to omit the copyright header that's make the file 10times bigger than needed. See true & false for examples.

% cat `which true false`
#! /bin/sh
exit 0
#! /bin/sh
exit 1


 - Hubert


Home | Main Index | Thread Index | Old Index