Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cginternals/glbinding
/ error
Function
error
source/tools/glescontexts/main.cpp:32–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
});
31
32
void error(int errnum, const char * errmsg)
33
{
34
std::cerr << errnum <<
": "
<< errmsg << std::endl;
35
}
36
37
void print(
38
const Version & version
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected