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.
Virtual console interface.