#!/usr/local/bin/tcc -run #include #include void main(){ printf("%d %d\n", fseek(stdin, 0, SEEK_SET)); }