anotherplan/vm.h

7 lines
65 B
C

#ifndef VM_H
#define VM_H
void initvm(void);
#endif /* VM_H */