shithub: scc

ref: 3763a1341f92c675ec2c2fdadf32902eca2466ce
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