mirror of
https://github.com/janet-lang/janet
synced 2024-12-27 00:40:26 +00:00
11 lines
156 B
C
11 lines
156 B
C
#ifndef stl_h_INCLUDED
|
|
#define stl_h_INCLUDED
|
|
|
|
#include <gst/gst.h>
|
|
|
|
/* Load the standard library */
|
|
void gst_stl_load(Gst *vm);
|
|
|
|
#endif // stl_h_INCLUDED
|
|
|