Move all syscalls into one file

This commit is contained in:
2025-09-09 18:18:55 +02:00
parent ac195acd2f
commit 4ade9ad1a0
13 changed files with 17 additions and 82 deletions

View File

@ -1,6 +1,6 @@
#include <stdint.h>
#include <system/system.h>
#include <sysdefs/ipcpipe.h>
#include <system/ipcpipe.h>
#include <printf/printf.h>
void putchar_(char c) {