Re-add EOF to bits header

cbindgen can't handle negative numbers, see https://github.com/eqrion/cbindgen/issues/205
This commit is contained in:
jD91mZM2
2018-09-29 20:02:23 +02:00
parent dd711f4dee
commit b22d386177
+2
View File
@@ -1,6 +1,8 @@
#ifndef _BITS_STDIO_H
#define _BITS_STDIO_H
#define EOF (-1)
typedef struct FILE FILE;
int fprintf(FILE * stream, const char * fmt, ...);