#!/usr/local/bin/tcc -run #include void main(){ int i; char buf[12]; for (i = 1; i <= 30; i++){ printf("%s\n", fizzbuzz(buf, i)); } }