#!/usr/local/bin/tcc -run #include typedef uint8_t unsigned char; typedef uint16_t unsigned short; typedef uint32_t unsigned long; typedef int8_t signed char; typedef int16_t signed short; typedef int32_t signed long;