TrimRight


Erase specified string from original string and save result to the new string

void TrimRight(const char *Str1, char *Str2, char Sym);

Parameters


Str1 - string for search
Str2 - receipient string
Sym - pattern for search

Return Value


N/A

Remarks


N/A

Requirements


string.h

Example


N/A

Library


STM C Library Reference