shithub: scc

ref: 0806fd87e7bb0f60a0acc1600b84d1a74351f5d1
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