Files
Toy/repl/lib_standard.h
2022-09-17 13:01:09 +01:00

7 lines
120 B
C

#pragma once
#include "interpreter.h"
int hookStandard(Interpreter* interpreter, Literal identifier, Literal alias);