NetBSD/usr.bin/c11/c11.sh
kamil b3c98abce0 Import c11(1) - a cc -std=c11 wrapper
This script is similar to c89(1) and c99(1).

It's a NetBSD extension. The c89(1) and c99(1) scripts are part of POSIX.
2016-10-03 01:00:27 +00:00

3 lines
41 B
Bash

#!/bin/sh
exec /usr/bin/cc -std=c11 "$@"