This commit is contained in:
Nicholas Orlowsky 2025-02-28 21:25:17 -05:00
parent ce2b373313
commit 9114529153
46 changed files with 126016 additions and 125522 deletions

7
kernel/io/io.h Normal file
View file

@ -0,0 +1,7 @@
#pragma once
#include <stdarg.h>
void putc(char);
void printf(char *, ...);
void printf_nolock(char *, ...);