ack/mach/sun3/libsys/tell.c
1987-02-20 14:36:01 +00:00

8 lines
58 B
C

long
tell(f)
{
long lseek();
return lseek(f, 0L, 1);
}