1
0
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:
Davide Beatrici
2018-10-06 22:42:29 +02:00
parent 9970d6f657
commit 335e0503c9
2 changed files with 28 additions and 0 deletions

View File

@ -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);