Annotation of 40BSD/libc/gen/tell.c, revision 1.1

1.1     ! root        1: /*
        !             2:  * return offset in file.
        !             3:  */
        !             4: 
        !             5: long   lseek();
        !             6: 
        !             7: long tell(f)
        !             8: {
        !             9:        return(lseek(f, 0L, 1));
        !            10: }

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.