a
This commit is contained in:
@@ -257,6 +257,7 @@ ClassFunctionTableEntry_t arrayFunctions[] = {
|
||||
{"copy", arrayCopy, 0, 0},
|
||||
{"set", arraySet, 2, oneIntOneAny},
|
||||
{"+", arrayAdd, 1, anotherAnotherOneVarArg},
|
||||
{"add", arrayAdd, 1, anotherAnotherOneVarArg},
|
||||
{"-", arrayMinus, 1, anotherOneIntArg},
|
||||
{"contains", arrayContains, 1, anotherAnotherOneVarArg},
|
||||
{"bytestostr", bytesToStr, 0, 0},
|
||||
|
||||
@@ -399,6 +399,7 @@ STUBBED(stdGetMs)
|
||||
STUBBED(stdClear)
|
||||
STUBBED(stdRmDir)
|
||||
STUBBED(stdFileExists)
|
||||
STUBBED(stdFileDel)
|
||||
#endif
|
||||
|
||||
u8 oneIntoneFunction[] = { IntClass, FunctionClass };
|
||||
|
||||
Reference in New Issue
Block a user