|
|
GNU tools for NeXTSTEP 3.3
#include "libioP.h"
#include "stdio.h"
int
getw(fp)
FILE *fp;
{
int w;
_IO_size_t bytes_read;
COERCE_FILE(fp);
bytes_read = _IO_sgetn (fp, (char*)&w, sizeof(w));
return sizeof(w) == bytes_read ? w : EOF;
}
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.