shithub: scc

ref: d3f766992c8196bd3fdd8f34577598ecaedaa0d7
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