#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