shithub: scc

ref: 0e2c0cd93633e29ce5c9e54aa36666299c934c5d
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