Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DentonW/DevIL
/ ILAPIENTRY iDefaultCloseR
Function
ILAPIENTRY iDefaultCloseR
DevIL/src-IL/src/il_files.cpp:153–157 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
151
152
153
void ILAPIENTRY iDefaultCloseR(ILHANDLE Handle)
154
{
155
fclose((FILE*)Handle);
156
return;
157
}
158
159
160
ILboolean ILAPIENTRY iDefaultEof(ILHANDLE Handle)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected