blang/src/ops.h

5 lines
98 B
C
Raw Normal View History

2022-12-09 21:33:04 +00:00
#if !defined _BLANG_OPS
# define _BLANG_OPS 1
2022-12-10 00:46:32 +00:00
void (*Ops_lookup(char op))(struct State *);
2022-12-09 21:33:04 +00:00
#endif