1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-28 16:13:16 +00:00
janet/stl.h

12 lines
186 B
C

#ifndef stl_h_INCLUDED
#define stl_h_INCLUDED
#include "datatypes.h"
#include "compile.h"
/* Load the standard library */
void gst_stl_load(GstCompiler *c);
#endif // stl_h_INCLUDED