| 54 | // -------------------------------------------------------------------------------------------------------------------- |
| 55 | |
| 56 | static void notImplemented(const char* const name) |
| 57 | { |
| 58 | d_stderr2("Stub function not implemented: %s", name); |
| 59 | } |
| 60 | |
| 61 | // -------------------------------------------------------------------------------------------------------------------- |
| 62 | // Color |
no test coverage detected