From eee0de87ec02373828593e020df9247b50afacc8 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Tue, 28 Jan 2025 21:22:07 -0500 Subject: add many more words --- foci.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'foci.h') diff --git a/foci.h b/foci.h index b2b8e1c..6c89395 100644 --- a/foci.h +++ b/foci.h @@ -94,8 +94,7 @@ extern void foci_putchar(int); extern int foci_getchar(void); void init(intptr_t *dictmem); -int depth(void); -int rdepth(void); +int foci_depth(void); int compiling(void); void interpret(void); void define(const struct word_t *w); -- cgit v1.2.3