MCPcopy Create free account
hub / github.com/DentonW/DevIL / ILAPIENTRY iEofFile

Function ILAPIENTRY iEofFile

DevIL/src-IL/src/il_files.cpp:419–422  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

417// Next 12 functions are the default write functions
418
419ILboolean ILAPIENTRY iEofFile(void)
420{
421 return EofProc((FILE*)FileRead);
422}
423
424
425ILboolean ILAPIENTRY iEofLump(void)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected