Added a way to delete a range of characters at any index and count.
This commit is contained in:
@@ -14,6 +14,7 @@ void TStringFree(TString* string);
|
||||
void TStringPrintDetails(const TString* string, int statsOnly);
|
||||
void TStringInsertText(const char* text, int index, TString* string);
|
||||
void TStringPop(char buffer[8], TString* string);
|
||||
void TStringRemoveRange(int startIndex, int count, TString* string);
|
||||
char* TStringGetString(const TString* string);
|
||||
int TStringLength(const TString* string);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user