6 lines
80 B
C
6 lines
80 B
C
#ifndef INTERPRETER_H
|
|
#define INTERPRETER_H
|
|
|
|
void run(char*, unsigned);
|
|
|
|
#endif
|