1
0
mirror of https://github.com/janet-lang/janet synced 2024-10-05 18:00:40 +00:00
janet/include/gst/stl.h

11 lines
156 B
C
Raw Normal View History

2017-03-26 19:44:57 +00:00
#ifndef stl_h_INCLUDED
#define stl_h_INCLUDED
#include <gst/gst.h>
/* Load the standard library */
2017-04-13 01:21:46 +00:00
void gst_stl_load(Gst *vm);
2017-03-26 19:44:57 +00:00
#endif // stl_h_INCLUDED