Files
tack/mach/sparc/libsys/tell.c
ceriel 2220c3b6fb Added
1991-09-20 18:14:05 +00:00

8 lines
58 B
C

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