1
0
mirror of https://github.com/rfivet/uemacs.git synced 2024-06-09 05:20:42 +00:00
uemacs/log.c

7 lines
108 B
C

#include "log.h"
void logdump( const char *buf, ...) {
}
void (*logwrite)( const char *, ...) = logdump ;