Cosmo/src/cbaselib.h

9 lines
194 B
C
Raw Normal View History

2020-10-28 05:16:30 +00:00
#ifndef COSMO_BASELIB
#define COSMO_BASELIB
#include "cstate.h"
COSMO_API void cosmoB_loadlibrary(CState *state);
COSMO_API CValue cosmoB_print(CState *state, int nargs, CValue *args);
2020-10-28 05:16:30 +00:00
#endif