ClassicOS/kernel/print.h

7 lines
77 B
C

#ifndef PRINT_H
#define PRINT_H
void print_string(const char *str);
#endif