Cross Reference: c89.sh
xref
: /
src
/
usr.bin
/
c89
/
c89.sh
Home
History
Annotate
Annotate
Line#
Navigate
Raw
Download
only in
/src/usr.bin/c89/
c89.sh revision 1.1
1
1.1
S
christos
#!/
bin
/
sh
2
1.1
S
christos
exec
/
usr
/
bin
/
cc
-
std
=
c89
"$@"
3