Files
RockOS/kernel/lib/print.h
2026-06-14 00:34:11 -05:00

7 lines
110 B
C

#ifndef KLIBPRINT_H
#define KLIBPRINT_H
void kputc(const char c);
void kprintf(const char* fmt, ...);
#endif