#!/usr/local/bin/tcc -run #include #include void main(){ printf("%d\n", strchr('\t', "\t\n\r ")); }