ack/mach/sun2/libsys/tell.c

8 lines
58 B
C
Raw Normal View History

1987-03-03 09:37:26 +00:00
long
tell(f)
{
long lseek();
return lseek(f, 0L, 1);
}