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

Function ILAPIENTRY iDefaultWSeek

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

Source from the content-addressed store, hash-verified

204
205
206ILint ILAPIENTRY iDefaultWSeek(ILHANDLE Handle, ILint Offset, ILint Mode)
207{
208 return fseek((FILE*)Handle, Offset, Mode);
209}
210
211
212ILint ILAPIENTRY iDefaultRTell(ILHANDLE Handle)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected