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