diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2025-01-28 21:22:07 -0500 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2025-01-28 21:22:07 -0500 |
commit | eee0de87ec02373828593e020df9247b50afacc8 (patch) | |
tree | 4950b0e6e3039e777c70341737e8beabe5520043 /foci.h | |
parent | c925f5620584e62e5af553bb96978d2c474196e0 (diff) |
Diffstat (limited to 'foci.h')
-rw-r--r-- | foci.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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); |