|
|
1.1 root 1: /*
2: * Standard I/O Library Internals
3: * routine to always return EOF at end of string, for sscanf
4: */
5:
6: #include <stdio.h>
7:
8: int
9: _fgeteof(fp)
10: register FILE *fp;
11: {
12: fp->_cc = 0;
13: return (EOF);
14: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.