xref: /netbsd-src/usr.bin/c99/c99.sh (revision a45db23f655e22f0c2354600d3b3c2cb98abf2dc)
1#!/bin/sh
2exec /usr/bin/cc -std=c99 "$@"
3