Remove reliance on system stdint.h header

This commit is contained in:
2025-04-14 17:47:58 -04:00
parent 6902b49be2
commit a8594606c3
6 changed files with 28 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
#include <stdint.h>
#if defined(__x86_64__)
#include "../int.h"
#define SYS_EXIT 60
void exit(int8_t status) {