Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DentonW/DevIL
/ GccMain
Function
GccMain
DevIL/src-ILUT/src/ilut_main.cpp:50–53 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
// Should be able to condense this...
49
static void GccMain() __attribute__((constructor));
50
static void GccMain()
51
{
52
//ilutInit();
53
}
54
55
#endif
56
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected