#ifndef _lib_h #define _lib_h #include "state.h" void load_stdlib(State *S); #endif