Annotation of GNUtools/libg++/libio/stdio/fseek.c, revision 1.1.1.1

1.1       root        1: #include "stdio.h"
                      2: #include "libioP.h"
                      3: 
                      4: int
                      5: fseek(fp, offset, whence)
                      6:      _IO_FILE* fp;
                      7:      long int offset;
                      8:      int whence;
                      9: {
                     10:   COERCE_FILE(fp);
                     11:   return _IO_fseek(fp, offset, whence);
                     12: }

unix.superglobalmegacorp.com

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