#!/usr/local/bin/tcc -run #include int f_10(int x) { return(x * 10); }