Skip to content

Commit

Permalink
LibC: Let's remember that headers are in C.
Browse files Browse the repository at this point in the history
  • Loading branch information
awesomekling committed Mar 27, 2019
1 parent 23bb276 commit 1577217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LibC/stdio.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ struct __STDIO_FILE {
char* buffer;
size_t buffer_size;
size_t buffer_index;
bool have_ungotten;
int have_ungotten;
char ungotten;
char default_buffer[BUFSIZ];
};
Expand Down

0 comments on commit 1577217

Please sign in to comment.