makefile: move pdlibc to extlib, add C++ stub standard headers
It now kind of compiles with x86_64-elf gcc (does not link though)
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
|
||||
#include "stack.h"
|
||||
#include "../runtime/stdio.h"
|
||||
#include <memory.h>
|
||||
#include <string.h>
|
||||
|
||||
|
||||
void stack_InitBuffered(stack *s, void *buffer, uintptr_t size) {
|
||||
|
Reference in New Issue
Block a user