mirror of
https://github.com/nasa/trick.git
synced 2025-06-17 14:48:19 +00:00
@ -10,7 +10,8 @@
|
||||
enum Color {
|
||||
ERROR = 31,
|
||||
WARNING = 33,
|
||||
INFO = 34
|
||||
INFO = 34,
|
||||
SKIP = 95
|
||||
};
|
||||
|
||||
std::string trim( const std::string& str, const std::string& whitespace = " \t\n\r" ) ;
|
||||
|
Reference in New Issue
Block a user