1
0
mirror of https://github.com/pevans/erc-c.git synced 2024-06-11 05:29:33 +00:00

We need to know what a FILE is

This commit is contained in:
Peter Evans 2017-12-06 16:52:33 -06:00
parent 102378640a
commit 079cd9f096

View File

@ -1,6 +1,8 @@
#ifndef _LOG_H_
#define _LOG_H_
#include <stdio.h>
#define LOG_FILENAME "/tmp/emp.log"
extern void log_write(int, const char *, ...);