|
|
GNU tools for NeXTSTEP 3.3
#include "stdio.h"
#include "libioP.h"
int
fseek(fp, offset, whence)
_IO_FILE* fp;
long int offset;
int whence;
{
COERCE_FILE(fp);
return _IO_fseek(fp, offset, whence);
}
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.