shithub: scc

ref: 2891a62c9bcfcd4c3e9b396490245249d8e64bcb
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