blang/src/ops.h

5 lines
97 B
C

#if !defined _BLANG_OPS
# define _BLANG_OPS 1
(void(struct State *)) Ops_lookup(char op);
#endif