Add function to better process function args and such

This commit is contained in:
sam-astro 2022-05-23 09:20:14 -04:00 committed by GitHub
parent 572da33ee0
commit ebb54a0a27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -66,4 +66,6 @@ bool isEscaped(const string& str, int curChar);
bool startsWith(const string& str, const string& lookFor);
vector<string> splitNoOverlap(const string& str, const char& splitBy, const char& openChar, const char& closeChar);
#endif