gists/first-interpreter/src/run.h
2026-01-08 23:14:56 +02:00

6 lines
80 B
C

#ifndef INTERPRETER_H
#define INTERPRETER_H
void run(char*, unsigned);
#endif