Code Cleanup
- Migrated format helper functions over from taskd. - Converted much of the sprintf usage to format calls.
This commit is contained in:
@@ -49,6 +49,7 @@ public:
|
||||
|
||||
bool getQuoted (char, std::string&, bool quote = false);
|
||||
bool getInt (int&);
|
||||
bool getHex (int&);
|
||||
bool getUnsignedInt (int&);
|
||||
bool getNumber (double&);
|
||||
bool getLiteral (const std::string&);
|
||||
|
||||
Reference in New Issue
Block a user