Returns true if at EOF
| 627 | |
| 628 | // Returns true if at EOF |
| 629 | int cfeof(CFILE *cfp) { return (cfp->position >= cfp->size); } |
| 630 | |
| 631 | // Tells if the file exists |
| 632 | // Returns non-zero if file exists. Also tells if the file is on disk |
no outgoing calls
no test coverage detected