mirror of https://github.com/E-Almqvist/ewm
parent
446e5dc442
commit
a227b49f91
@ -1,16 +0,0 @@ |
|||||||
/* See LICENSE file for copyright and license details. */ |
|
||||||
|
|
||||||
#include <stdio.h> |
|
||||||
#include <stdarg.h> |
|
||||||
|
|
||||||
#include "config.h" |
|
||||||
#include "log.h" |
|
||||||
|
|
||||||
void flog(char* str) { |
|
||||||
FILE* fp; |
|
||||||
fp = fopen(logfile, "a"); |
|
||||||
|
|
||||||
fprintf(fp, str); |
|
||||||
|
|
||||||
fclose(fp); |
|
||||||
} |
|
Loading…
Reference in new issue