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