mirror of
https://github.com/janet-lang/janet
synced 2024-11-10 10:49:54 +00:00
12 lines
186 B
C
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
|
|
|