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