| 23 | using namespace glbinding; |
| 24 | |
| 25 | void error(int errnum, const char * errmsg) |
| 26 | { |
| 27 | std::cerr << errnum << ": " << errmsg << std::endl; |
| 28 | } |
| 29 | |
| 30 | void print( |
| 31 | const Version & version |
nothing calls this directly
no outgoing calls
no test coverage detected