main() { void* f = fopen("f", "a"); putchar(49 + ftell(f)); putc(9, f); }