ack/mach/vax4/libbsd4_2/tell.c
1987-02-23 18:58:58 +00:00

8 lines
58 B
C

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