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