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

Function ILAPIENTRY iDefaultCloseW

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

Source from the content-addressed store, hash-verified

238
239
240void ILAPIENTRY iDefaultCloseW(ILHANDLE Handle)
241{
242 fclose((FILE*)Handle);
243 return;
244}
245
246
247ILint ILAPIENTRY iDefaultPutc(ILubyte Char, ILHANDLE Handle)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected