Expand description
C data types for this platform.
Re-exports§
pub use crate::header::bits_pthread::*;
Structs§
- max_
align_ t - The
max_align_ttype provided instddef.h, see https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/stddef.h.html.
Enums§
- c_void
- The
voidtype in C.
Type Aliases§
- blkcnt_
t - The
blkcnt_ttype provided insys/types.h. - blksize_
t - The
blksize_ttype provided insys/types.h. - c_char
- The
chartype in C. - c_
double - The
doubletype in C. - c_float
- The
floattype in C. - c_int
- The
inttype in C. - c_long
- The
longtype in C. - c_
longdouble - The
long doubletype in C. - c_
longlong - The
long longtype in C. - c_schar
- The
signed chartype in C. - c_short
- The
shorttype in C. - c_uchar
- The
unsigned chartype in C. - c_uint
- The
unsigned inttype in C. - c_ulong
- The
unsigned longtype in C. - c_
ulonglong - The
unsigned long longtype in C. - c_
ushort - The
unsigned shorttype in C. - clock_t
- The
clock_ttype provided insys/types.h. - clockid_
t - The
clockid_ttype provided insys/types.h. - dev_t
- The
dev_ttype provided insys/types.h. - fsblkcnt_
t - The
fsblkcnt_ttype provided insys/types.h. - fsfilcnt_
t - The
fsfilcnt_ttype provided insys/types.h. - gid_t
- The
gid_ttype provided insys/types.h. - id_t
- The
id_ttype provided insys/types.h. - ino_t
- The
ino_ttype provided insys/types.h. - int8_t
- The
int8_ttype provided instdint.h, see https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/stdint.h.html. - int16_t
- The
int16_ttype provided instdint.h, see https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/stdint.h.html. - int32_t
- The
int32_ttype provided instdint.h, see https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/stdint.h.html. - int64_t
- The
int64_ttype provided instdint.h, see https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/stdint.h.html. - intmax_
t - The
intmax_ttype provided instdint.h, see https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/stdint.h.html. - intptr_
t - The
intptr_ttype provided instdint.h, see https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/stdint.h.html. - key_t
- The
key_ttype provided insys/types.h. - mode_t
- The
mode_ttype provided insys/types.h. - nlink_t
- The
nlink_ttype provided insys/types.h. - off_t
- The
off_ttype provided insys/types.h. - pid_t
- The
pid_ttype provided insys/types.h. - ptrdiff_
t - The
ptrdiff_ttype provided instddef.h, see https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/stddef.h.html. - reclen_
t - The
reclen_ttype provided insys/types.h. - regoff_
t - The
regoff_ttype provided inregex.h. - size_t
- The
size_ttype provided instddef.h, see https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/stddef.h.html. - ssize_t
- The
ssize_ttype provided insys/types.h. - suseconds_
t - The
suseconds_ttype provided insys/types.h. - time_t
- The
time_ttype provided insys/types.h. - timer_t
- The
timer_ttype provided insys/types.h. - uid_t
- The
uid_ttype provided insys/types.h. - uint8_t
- The
uint8_ttype provided instdint.h, see https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/stdint.h.html. - uint16_
t - The
uint16_ttype provided instdint.h, see https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/stdint.h.html. - uint32_
t - The
uint32_ttype provided instdint.h, see https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/stdint.h.html. - uint64_
t - The
uint64_ttype provided instdint.h, see https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/stdint.h.html. - uintmax_
t - The
uintmax_ttype provided instdint.h, see https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/stdint.h.html. - uintptr_
t - The
uintptr_ttype provided instdint.h, see https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/stdint.h.html. - useconds_
t Deprecated - The
useconds_ttype provided insys/types.hprior to Issue 7. - wchar_t
- The
wchar_ttype provided instddef.h, see https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/stddef.h.html. - wint_t
- The
wint_ttype provided inwchar.h.