Files
Toy/repl/lib_math.h
2023-07-31 23:31:12 -04:00

6 lines
135 B
C

#pragma once
#include "toy_interpreter.h"
int Toy_hookMath(Toy_Interpreter* interpreter, Toy_Literal identifier, Toy_Literal alias);