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

Function ILAPIENTRY iDefaultRSeek

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

Source from the content-addressed store, hash-verified

198
199
200ILint ILAPIENTRY iDefaultRSeek(ILHANDLE Handle, ILint Offset, ILint Mode)
201{
202 return fseek((FILE*)Handle, Offset, Mode);
203}
204
205
206ILint ILAPIENTRY iDefaultWSeek(ILHANDLE Handle, ILint Offset, ILint Mode)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected