This commit is contained in:
2026-06-14 00:34:11 -05:00
parent 4e8de774ef
commit 53c5d7d40c
12 changed files with 527 additions and 51 deletions

View File

@@ -1,7 +1,7 @@
#ifndef KLIBPRINT_H
#define KLIBPRINT_H
void kprint(const char* str);
void kputc(const char c);
void kprintf(const char* fmt, ...);
#endif