lama_byterun/byterun/include/interpreter.h

5 lines
81 B
C

#pragma once
#include "parser.h"
void run(uint mod_id, int argc, char **argv);