88100b128a
There's only example functions for now, but I'll add type-specific functions later.
5 lines
69 B
C
5 lines
69 B
C
#pragma once
|
|
|
|
#include "toy_vm.h"
|
|
|
|
void initStandardLibrary(Toy_VM*); |