mirror of
https://github.com/suchmememanyskill/TegraExplorer.git
synced 2024-11-10 06:02:01 +00:00
5 lines
92 B
C
5 lines
92 B
C
|
#pragma once
|
||
|
|
||
|
void tester(char *path);
|
||
|
void skipbrackets();
|
||
|
void getfollowingchar(char end);
|