Switch: to freestanding stdint and stdbool headers

This commit is contained in:
xamidev
2024-08-24 16:26:14 +02:00
parent 0146613ce7
commit a03bb42790
26 changed files with 31 additions and 48 deletions

View File

@@ -2,7 +2,7 @@
#include "../libc/stdio.h"
#include "../kernel/system.h"
#include "../libc/crypto.h"
#include "../libc/stdint.h"
#include <stdint.h>
#include "../drivers/serial.h"
#include "../libc/string.h"