Project structure and standard library string and VGA and terminal drivers
This commit is contained in:
0
lib/std/stdio.cpp
Normal file
0
lib/std/stdio.cpp
Normal file
0
lib/std/stdio.h
Normal file
0
lib/std/stdio.h
Normal file
5
lib/std/string.cpp
Normal file
5
lib/std/string.cpp
Normal file
@@ -0,0 +1,5 @@
|
||||
#include "string.h"
|
||||
|
||||
uint32_t strlen(char* str) {
|
||||
|
||||
}
|
||||
3
lib/std/string.h
Normal file
3
lib/std/string.h
Normal file
@@ -0,0 +1,3 @@
|
||||
#include <lib/stdint.h>
|
||||
|
||||
uint32_t strlen(char* str);
|
||||
Reference in New Issue
Block a user