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