| 423 | |
| 424 | |
| 425 | ILboolean ILAPIENTRY iEofLump(void) |
| 426 | { |
| 427 | if (ReadLumpSize) |
| 428 | return (ReadLumpPos >= ReadLumpSize); |
| 429 | return IL_FALSE; |
| 430 | } |
| 431 | |
| 432 | |
| 433 | ILint ILAPIENTRY iGetcFile(void) |
nothing calls this directly
no outgoing calls
no test coverage detected