mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/sta-core.git
synced 2025-08-05 18:21:54 +00:00
Added formatted printing
This commit is contained in:
@@ -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.
|
||||
*
|
||||
|
Reference in New Issue
Block a user