#!/usr/local/bin/tcc -run #include "errno.h" void main(){ printf("%d %d\n", EPIPE, ESPIPE); }