inttypes malloc and errno header cleanup

This commit is contained in:
auronandace
2026-01-02 11:43:50 +00:00
parent b269ccbd6f
commit 09c5eb43b7
3 changed files with 13 additions and 4 deletions
+4 -1
View File
@@ -6,7 +6,10 @@
use crate::{
header::{ctype, errno::*, stdlib::*},
platform::{self, types::*},
platform::{
self,
types::{c_char, c_int, c_long, intmax_t, uintmax_t},
},
};
/// See <https://pubs.opengroup.org/onlinepubs/9799919799/functions/imaxabs.html>.