mirror of
https://github.com/suchmememanyskill/TegraExplorer.git
synced 2025-02-22 08:25:48 +00:00
9 lines
No EOL
242 B
C
9 lines
No EOL
242 B
C
#pragma once
|
|
|
|
#include "types.h"
|
|
//#define DictValue(type, val, len) (dictValue_t) {type, len, val}
|
|
|
|
#define scriptResultCreate(resCode, funcName) (scriptResult_t) {resCode, funcName}
|
|
|
|
void startScript(char* path);
|
|
char* readFile(char* path); |