feat(io): implement printf and strlen
This commit is contained in:
9
include/kernel.h
Normal file
9
include/kernel.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef RIVOS_KERNEL_H
|
||||
#define RIVOS_KERNEL_H
|
||||
|
||||
typedef struct sbiret_s {
|
||||
long error;
|
||||
long value;
|
||||
} sbiret_s;
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user