dorne/lib/log.h

5 lines
87 B
C

#include <stdio.h>
void drn_log_target(FILE *target);
void drn_log(const char *msg);