1
0
mirror of https://github.com/rfivet/uemacs.git synced 2024-09-06 06:34:16 -04:00
uemacs/log.c

7 lines
108 B
C

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