mirror of
https://github.com/CPunch/Cosmo.git
synced 2026-02-04 09:50:10 +00:00
multiple return value support added to VM
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
COSMO_API void cosmoB_loadLibrary(CState *state);
|
||||
COSMO_API void cosmoB_loadDebug(CState *state);
|
||||
COSMO_API CValue cosmoB_print(CState *state, int nargs, CValue *args);
|
||||
COSMO_API CValue cosmoB_foreach(CState *state, int nargs, CValue *args);
|
||||
COSMO_API int cosmoB_print(CState *state, int nargs, CValue *args);
|
||||
COSMO_API int cosmoB_foreach(CState *state, int nargs, CValue *args);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user