Added formatted printing

This commit is contained in:
dario
2023-11-21 21:34:07 +01:00
parent 4da1f0bb7d
commit 2a79b47d6a
3 changed files with 33 additions and 5 deletions

View File

@@ -26,6 +26,12 @@ namespace sta
class Printable
{
public:
/**
* @brief fmt The string defining the desired format.
* @breif ... The parameters for the formatted string.
*/
void printf(const char * fmt, ...);
/**
* @brief Print single character.
*