| 417 | // Next 12 functions are the default write functions |
| 418 | |
| 419 | ILboolean ILAPIENTRY iEofFile(void) |
| 420 | { |
| 421 | return EofProc((FILE*)FileRead); |
| 422 | } |
| 423 | |
| 424 | |
| 425 | ILboolean ILAPIENTRY iEofLump(void) |
nothing calls this directly
no outgoing calls
no test coverage detected