org
This commit is contained in:
parent
ce2b373313
commit
9114529153
46 changed files with 126016 additions and 125522 deletions
7
kernel/io/io.h
Normal file
7
kernel/io/io.h
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
#include <stdarg.h>
|
||||
|
||||
void putc(char);
|
||||
void printf(char *, ...);
|
||||
void printf_nolock(char *, ...);
|
||||
Loading…
Add table
Add a link
Reference in a new issue