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

Function ILAPIENTRY iDefaultWTell

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

Source from the content-addressed store, hash-verified

216
217
218ILint ILAPIENTRY iDefaultWTell(ILHANDLE Handle)
219{
220 return ftell((FILE*)Handle);
221}
222
223
224ILHANDLE ILAPIENTRY iDefaultOpenW(ILconst_string FileName)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected