Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
plzombie committed Mar 26, 2023
1 parent d404f96 commit ee5ae71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iuliia-c-frontend.c
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ SOFTWARE.
#define PRINTF(t) printf(t)
#define STDERR_PRINTF(t) fprintf(stderr, t)
#define FPUTS(t, f) fputs(t, f)
#define FGETS(t, f) fgets(t, f)
#define FGETS(t, f) fgets(t, 1024, f)
#define FOPEN(f, a) fopen(f, a)
#define CHAR char
#define _ftelli64 ftello64
Expand Down

0 comments on commit ee5ae71

Please sign in to comment.