| 24 | |
| 25 | |
| 26 | void error(int errnum, const char * errmsg) |
| 27 | { |
| 28 | std::cerr << errnum << ": " << errmsg << std::endl; |
| 29 | } |
| 30 | |
| 31 | inline void coutFunc(const AbstractFunction * func) |
| 32 | { |
nothing calls this directly
no outgoing calls
no test coverage detected