aboutsummaryrefslogtreecommitdiffstats
path: root/foci.h
diff options
context:
space:
mode:
authorClyne Sullivan <clyne@bitgloo.com>2025-01-28 21:22:07 -0500
committerClyne Sullivan <clyne@bitgloo.com>2025-01-28 21:22:07 -0500
commiteee0de87ec02373828593e020df9247b50afacc8 (patch)
tree4950b0e6e3039e777c70341737e8beabe5520043 /foci.h
parentc925f5620584e62e5af553bb96978d2c474196e0 (diff)
add many more wordsHEADmain
Diffstat (limited to 'foci.h')
-rw-r--r--foci.h3
1 files changed, 1 insertions, 2 deletions
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);