shithub: scc

ref: 7204b59c338a474645eac83b24a7b37be7eb8b88
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