Add EOF in stdio.h

This commit is contained in:
g1n 2022-07-11 11:48:34 +03:00
parent c7830193cd
commit fac9583993
Signed by: g1n
GPG Key ID: 8D352193D65D4E2C
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,8 @@
#include <stdlib.h>
#define EOF (-1)
FILE* fopen(const char *restrict pathname, const char *restrict mode);
int fclose(FILE *stream);
int fgetc(FILE *stream);