V10/history/ix/src/libc/tell.c
long syscall(); /* fraud */ long tell(fd) { return syscall(64+38, fd); }