closure fix

This commit is contained in:
ProgramSnail 2024-11-07 00:56:21 +03:00
parent bd27e79b22
commit e9c4d48cf9
3 changed files with 23 additions and 11 deletions

View file

@ -9,6 +9,7 @@
void **s_top(struct State *s);
bool s_is_empty(struct State *s);
void **s_nth(struct State *s, aint n);
void **s_peek(struct State *s);
aint *s_peek_i(struct State *s);