Files
Toy/repl/lib_io.h
2023-08-02 22:19:09 -04:00

6 lines
133 B
C

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