This website requires JavaScript.
Explore
Help
Sign In
Aren
/
NetBSD
Watch
1
Star
0
Fork
You've already forked NetBSD
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
b602f406f7
NetBSD
/
gnu
/
usr.bin
/
c99
/
c99.sh
3 lines
41 B
Bash
Raw
Normal View
History
Unescape
Escape
Implement /usr/bin/c99 script as wrapper for cc to run in C99 compatible mode. Patch submitted by Andy Shevchenko <andy.shevchenko@gmail.com> on tech-userlevel.
2008-09-24 03:59:03 +04:00
#!/bin/sh
Simplify argument passing, recommended by christos@
2008-09-25 01:26:59 +04:00
exec
/usr/bin/cc -std
=
c99
"
$@
"