summaryrefslogtreecommitdiffstats
path: root/fgetc.h
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2021-07-14 16:56:36 +0200
committerpgen <p.gen.progs@gmail.com>2021-07-14 16:58:23 +0200
commit50c0a4ffc018d30032251f647ada7a615264553c (patch)
treef960e705be834088ff357114d8caf811c61657d7 /fgetc.h
parent2ac8cc9f516ec5c5991ba22d48662a40c3bd6dd0 (diff)
Improve and fix my_fgetc/my_ungetc again
Diffstat (limited to 'fgetc.h')
-rw-r--r--fgetc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fgetc.h b/fgetc.h
index 3948588..4359d26 100644
--- a/fgetc.h
+++ b/fgetc.h
@@ -9,7 +9,7 @@
int
my_fgetc(FILE * input);
-void
+int
my_ungetc(int c, FILE * input);
#endif