Improve compliance when printing drive labels
This commit is contained in:
parent
508d338c27
commit
c7484ceaaa
5 changed files with 31 additions and 8 deletions
|
@ -93,5 +93,7 @@ Bits ConvHexWord(char * word);
|
|||
void trim(std::string& str);
|
||||
void upcase(std::string &str);
|
||||
void lowcase(std::string &str);
|
||||
void strip_punctuation(std::string &str);
|
||||
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue