mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-09-25 20:59:20 +03:00
Mayaqua/Str: add TrimQuotes() function to remove quotes from a string
This commit is contained in:
@ -155,6 +155,7 @@ bool ToBool(char *str);
|
||||
int ToInti(char *str);
|
||||
void ToStr(char *str, UINT i);
|
||||
void TrimCrlf(char *str);
|
||||
void TrimQuotes(char *str);
|
||||
void Trim(char *str);
|
||||
void TrimRight(char *str);
|
||||
void TrimLeft(char *str);
|
||||
|
Reference in New Issue
Block a user