jack-compiler/os.h

10 lines
142 B
C

#ifndef OS_H
#define OS_H
#include "parser-tree.h"
SUBROUTDEC* getossubroutdec(SUBROUTCALL* call);
void populateos();
void freeos();
#endif