LibC: add needed stubs to build executables with our compiler

This commit is contained in:
Bananymous
2023-04-12 17:53:02 +03:00
parent 8ee63f8264
commit 3f9d6f0311
8 changed files with 57 additions and 6 deletions

View File

@@ -0,0 +1,3 @@
#pragma once
#include <kernel/Syscall.h>