Added a 'pop' function to remove the last glyph from the string and store it into a buffer.
This commit is contained in:
@@ -13,7 +13,7 @@ void TStringGetGlyph(int index, char buffer[8], const TString* string);
|
||||
void TStringFree(TString* string);
|
||||
void TStringPrintDetails(const TString* string);
|
||||
void TStringInsertText(const char* text, int index, TString* string);
|
||||
//void TStringRemove(int index, TString* string);
|
||||
void TStringPop(char buffer[8], TString* string);
|
||||
char* TStringGetString(const TString* string);
|
||||
int TStringLength(const TString* string);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user