stack_vm/src/compile.h

5 lines
68 B
C

#ifndef COMPILE_H
int compile(char input[], char output[]);
#endif