54 void printn(
char const *
string,
int len)
const noexcept;
61 void print(
char const *
string)
const noexcept;
void print(char const *string) const noexcept
Print NULL-terminated string.
void printn(char const *string, int len) const noexcept
Print string with length len, NULL characters don't matter.
Helper class to create an L4Re interface class that is derived from a single base class.
#define L4_EXPORT
Attribute to mark functions, variables, and data types as being exported from a library.
C++ Virtual console interface.