Skip to content
Snippets Groups Projects
Verified Commit b22d3861 authored by jD91mZM2's avatar jD91mZM2
Browse files

Re-add EOF to bits header

cbindgen can't handle negative numbers, see https://github.com/eqrion/cbindgen/issues/205
parent dd711f4d
No related branches found
No related tags found
No related merge requests found
Pipeline #1389 failed
#ifndef _BITS_STDIO_H
#define _BITS_STDIO_H
#define EOF (-1)
typedef struct FILE FILE;
int fprintf(FILE * stream, const char * fmt, ...);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment