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