KernOS
kprintf.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void kprintf (const char *Str)
 Prints string to display. More...
 

Function Documentation

◆ kprintf()

void kprintf ( const char *  Str)

Prints string to display.

Parameters
Str- string to print

Definition at line 13 of file kprintf.cpp.