shithub: scc

ref: 026e7301f8e481ff1702f0287d577981801889e6
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