mirror of
https://github.com/suchmememanyskill/TegraExplorer.git
synced 2025-02-22 08:25:48 +00:00
6 lines
No EOL
152 B
C
6 lines
No EOL
152 B
C
#pragma once
|
|
#include "types.h"
|
|
|
|
lexarVector_t lexarGo(const char* in);
|
|
char lexarDebugGetTokenC(u16 tokenN);
|
|
void lexarVectorClear(lexarVector_t* vec); |