shithub: scc

ref: c3a32e330fb2a8c13ce51f2dfad8a7853fa6b381
dir: /code.h/

View raw version
#ifndef CODE_H
#define CODE_H

struct symbol;
extern void push(register struct symbol *sym);
extern void runcode(void);

#endif