Files
Toy/repl/standard_library.h
Kayne Ruse 88100b128a Implemented native C functions called from Toy scripts
There's only example functions for now, but I'll add type-specific
functions later.
2026-04-16 21:14:42 +10:00

5 lines
69 B
C

#pragma once
#include "toy_vm.h"
void initStandardLibrary(Toy_VM*);