1
0
Fork 0
mirror of https://github.com/suchmememanyskill/TegraExplorer.git synced 2024-09-19 13:33:25 +01:00
TegraExplorer/source/utils
suchmememanyskill e1f292fe0d [script] vector slicing, basic file functions
new operators:
vector(int, byte) - int -> works like py's list[0:-int]
vector(int, byte) : int -> works like py's list[int:]

new functions:
fileRead, fileWrite, fileExists, bytesToStr
2021-01-01 18:30:51 +01:00
..
utils.c Small tweaks 2021-01-01 11:43:31 +01:00
utils.h Small tweaks 2021-01-01 11:43:31 +01:00
vector.c [script] vector slicing, basic file functions 2021-01-01 18:30:51 +01:00
vector.h [script] vector slicing, basic file functions 2021-01-01 18:30:51 +01:00