/* See LICENSE file for copyright and license details. */ #include "common.h" #ifndef TEST extern inline struct liblog_output *liblog_use_stderr(struct liblog_context *, const char *, int); #else int main(void) {return 0;} /* TODO test */ #endif