From 8f4f89d5b67ae72eb55535ff8d744f5983b32737 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Fri, 24 Jan 2025 18:27:47 -0500 Subject: add foci getchar, setchar hooks --- foci.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'foci.h') diff --git a/foci.h b/foci.h index 6a96f32..9a87723 100644 --- a/foci.h +++ b/foci.h @@ -75,6 +75,9 @@ register intptr_t tmp asm("r15"); #define STASH asm("push %r12; push %r13; push %r14") #define RESTORE asm("pop %r14; pop %r13; pop %r12") +extern void foci_putchar(int); +extern int foci_getchar(void); + void init(void); int depth(void); int compiling(void); -- cgit v1.2.3