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