1
0
mirror of https://github.com/rfivet/uemacs.git synced 2025-11-23 11:41:15 -05:00

Extract struct buffer and struct window from estruct.h.

This commit is contained in:
2013-09-20 18:10:30 +08:00
parent 39e23cb169
commit 87cd40ce6a
29 changed files with 163 additions and 120 deletions

3
log.c
View File

@@ -1,8 +1,5 @@
#include "log.h"
#include "retcode.h"
static void logdump( const char *buf, ...) {
}