MCPcopy Create free account
hub / github.com/cginternals/glbinding / error

Function error

source/tools/glcontexts/main.cpp:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23using namespace glbinding;
24
25void error(int errnum, const char * errmsg)
26{
27 std::cerr << errnum << ": " << errmsg << std::endl;
28}
29
30void print(
31 const Version & version

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected