anotherplan/vm.h

7 lines
65 B
C
Raw Permalink Normal View History

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