From 0ae64ed2c00f66c7f3ddec8689169bacafff87ea Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sat, 7 Feb 2026 19:06:29 +0900 Subject: feat: partially support float/double --- src/io.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/io.h') diff --git a/src/io.h b/src/io.h index 67bf055..71e25b0 100644 --- a/src/io.h +++ b/src/io.h @@ -19,6 +19,7 @@ typedef struct { InFile* infile_open(const char* filename); bool infile_eof(InFile* f); char infile_peek_char(InFile* f); +char infile_peek_char2(InFile* f); char infile_next_char(InFile* f); bool infile_consume_if(InFile* f, char expected); -- cgit v1.3-1-g0d28