shithub: scc

ref: 4292e620e8f4305403a0ef59a7b41b48354314be
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