#!/bin/sh
# MIKE OS C Compiler Driver
exec /usr/bin/tcc -nostdlib -I/usr/include -B/usr/lib/tcc -run "$@"
