ack/mach/sparc_solaris/libsys/tell.c
1993-10-06 17:04:49 +00:00

8 lines
58 B
C

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