added string.sub()

This commit is contained in:
2020-12-31 02:26:06 -06:00
parent e993cdd9fa
commit e253129e50
4 changed files with 71 additions and 17 deletions

View File

@@ -3,7 +3,6 @@
#include "cstate.h"
COSMO_API void cosmoB_loadLibrary(CState *state);
COSMO_API void cosmoB_loadDebug(CState *state);
COSMO_API int cosmoB_print(CState *state, int nargs, CValue *args);