feat: io: serial & console
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#ifndef MEMORY_H
|
||||
#define MEMORY_H
|
||||
|
||||
#include "types.h"
|
||||
|
||||
void *memset(void *ptr, int value, usize num);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user