mirror of
https://github.com/CPunch/Cosmo.git
synced 2025-10-21 16:30:18 +00:00
Initial commit
This commit is contained in:
9
src/cbaselib.h
Normal file
9
src/cbaselib.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef COSMO_BASELIB
|
||||
#define COSMO_BASELIB
|
||||
|
||||
#include "cstate.h"
|
||||
|
||||
COSMO_API void cosmoB_loadlibrary(CState *state);
|
||||
COSMO_API int cosmoB_print(CState *state, int nargs, CValue *args);
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user