Minor refactoring. Added a flag in the TString details function to only print some basic stats instead of always showing the stored string and the byte representation.
@@ -21,7 +21,8 @@ int main(int argc, char** argv) {
if(input[0]=='q')break;
if(input[0]=='p'){
TStringPrintDetails(string);
if(input[1]=='\0')TStringPrintDetails(string,0);
elseTStringPrintDetails(string,1);
continue;
}
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.