mirror of
https://github.com/rfivet/uemacs.git
synced 2024-12-18 07:16:23 -05:00
7 lines
108 B
C
7 lines
108 B
C
#include "log.h"
|
|
|
|
void logdump( const char *buf, ...) {
|
|
}
|
|
|
|
void (*logwrite)( const char *, ...) = logdump ;
|