/usr/include/bits/types
NameSizeModeActions
clockid_t.h1740644editdlrm
clock_t.h1430644editdlrm
cookie_io_functions_t.h27250644editdlrm
error_t.h8940644editdlrm
FILE.h1800644editdlrm
locale_t.h9830644editdlrm
mbstate_t.h1350644editdlrm
res_state.h20090644editdlrm
sigevent_t.h12040644editdlrm
siginfo_t.h38920644editdlrm
sigset_t.h1950644editdlrm
sigval_t.h5990644editdlrm
sig_atomic_t.h2720644editdlrm
stack_t.h10620644editdlrm
struct_FILE.h45880644editdlrm
struct_iovec.h10660644editdlrm
struct_itimerspec.h2880644editdlrm
struct_msqid64_ds.h10940644editdlrm
struct_msqid64_ds_helper.h15170644editdlrm
struct_msqid_ds.h21270644editdlrm
struct_osockaddr.h2740644editdlrm
struct_rusage.h41210644editdlrm
struct_sched_param.h10730644editdlrm
struct_semid64_ds.h11090644editdlrm
struct_semid64_ds_helper.h12120644editdlrm
struct_semid_ds.h15180644editdlrm
struct_shmid64_ds.h11110644editdlrm
struct_shmid64_ds_helper.h13530644editdlrm
struct_shmid_ds.h19930644editdlrm
struct_sigstack.h10730644editdlrm
struct_statx.h18970644editdlrm
struct_statx_timestamp.h12020644editdlrm
struct_timeb.h4130644editdlrm
struct_timespec.h8670644editdlrm
struct_timeval.h4110644editdlrm
struct_tm.h7600644editdlrm
struct___jmp_buf_tag.h14670644editdlrm
timer_t.h1590644editdlrm
time_t.h2030644editdlrm
wint_t.h7960644editdlrm
__FILE.h1100644editdlrm
__fpos64_t.h4100644editdlrm
__fpos_t.h3810644editdlrm
__locale_t.h17220644editdlrm
__mbstate_t.h5640644editdlrm
__sigset_t.h2060644editdlrm
__sigval_t.h11480644editdlrm
Edit: /usr/include/bits/types/wint_t.h (796B)
#ifndef __wint_t_defined #define __wint_t_defined 1 /* Some versions of stddef.h provide wint_t, even though neither the C nor C++ standards, nor POSIX, specifies this. We assume that stddef.h will define the macro _WINT_T if and only if it provides wint_t, and conversely, that it will avoid providing wint_t if _WINT_T is already defined. */ #ifndef _WINT_T #define _WINT_T 1 /* Integral type unchanged by default argument promotions that can hold any value corresponding to members of the extended character set, as well as at least one value that does not correspond to any member of the extended character set. */ #ifndef __WINT_TYPE__ # define __WINT_TYPE__ unsigned int #endif typedef __WINT_TYPE__ wint_t; #endif /* _WINT_T */ #endif /* bits/types/wint_t.h */