mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-22 00:41:55 +00:00
committed by
Christian Helmuth
parent
f81d4cfbbb
commit
acd2a40076
@ -120,6 +120,16 @@ namespace Genode {
|
||||
print(output, (int)value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Print single-precision float
|
||||
*/
|
||||
void print(Output &output, float);
|
||||
|
||||
/**
|
||||
* Print double-precision float
|
||||
*/
|
||||
void print(Output &output, double);
|
||||
|
||||
/**
|
||||
* Helper for the hexadecimal output of integer values
|
||||
*
|
||||
|
Reference in New Issue
Block a user