Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DentonW/DevIL
/ ILAPIENTRY iDefaultRTell
Function
ILAPIENTRY iDefaultRTell
DevIL/src-IL/src/il_files.cpp:212–215 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
210
211
212
ILint ILAPIENTRY iDefaultRTell(ILHANDLE Handle)
213
{
214
return ftell((FILE*)Handle);
215
}
216
217
218
ILint ILAPIENTRY iDefaultWTell(ILHANDLE Handle)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected