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