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

Function errorfun

source/examples/comparison/main.cpp:112–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110}
111
112void errorfun(int errnum, const char * errmsg)
113{
114 std::cerr << errnum << ": " << errmsg << std::endl;
115}
116
117int main(int /*argc*/, char* /*argv*/[])
118{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected