gcc/c99
2014-02-04 10:13:06 +00:00

5 lines
154 B
Bash

#!/bin/sh
# Despite asking for a c99 compiler allow GNU extensions to work
# as we are on a GNU/Linux system anyway
exec /usr/bin/c99 -xc -std=gnu99 "$@"