Files
Toy/repl/lib_fileio.h
2023-08-09 08:48:40 -04:00

8 lines
170 B
C

#pragma once
#include "toy_interpreter.h"
#define TOY_OPAQUE_TAG_FILE 300
int Toy_hookFileIO(Toy_Interpreter* interpreter, Toy_Literal identifier, Toy_Literal alias);