stdio header cleanup

This commit is contained in:
auronandace
2026-02-03 21:11:47 +00:00
parent 0e4911f82b
commit f8d9ef6e43
7 changed files with 28 additions and 9 deletions
+8 -1
View File
@@ -12,7 +12,14 @@ use core::{cmp, ffi::VaList, fmt, num::FpCategory, ops::Range, slice};
use crate::{
header::errno::{self, EILSEQ},
platform::{self, types::*},
platform::{
self,
types::{
c_char, c_double, c_int, c_long, c_longlong, c_short, c_uchar, c_uint, c_ulong,
c_ulonglong, c_ushort, c_void, intmax_t, ptrdiff_t, size_t, ssize_t, uintmax_t,
wchar_t, wint_t,
},
},
};
// ____ _ _ _ _