section 3type — Library functions
- aiocb(3type) asynchronous I/O control block
- blkcnt_t(3type) file block counts
- blksize_t(3type) file block sizes
- cc_t(3type) terminal special characters, baud rates, modes
- clock_t(3type) system time
- clockid_t(3type) clock ID for the clock and timer functions
- dev_t(3type) device ID
- div_t(3type) quotient and remainder of an integer division
- double_t(3type) most efficient floating types
- epoll_event(3type) epoll event
- fenv_t(3type) floating-point environment
- FILE(3type) input/output stream
- id_t(3type) process/user/group identifier
- intmax_t(3type) greatest-width basic integer types
- intN_t(3type) fixed-width basic integer types
- intptr_t(3type) integer types wide enough to hold pointers
- iovec(3type) Vector I/O data structure
- itimerspec(3type) interval for a timer with nanosecond precision
- lconv(3type) numeric formatting information
- mode_t(3type) file attributes
- off_t(3type) file sizes
- ptrdiff_t(3type) count of elements or array index
- sigevent(3type) structure for notification from asynchronous routines
- size_t(3type) count of bytes
- sockaddr(3type) socket address
- stat(3type) file status
- time_t(3type) integer time
- timer_t(3type) timer ID
- timespec(3type) time in seconds and nanoseconds
- timeval(3type) time in seconds and microseconds
- tm(3type) broken-down time
- va_list(3type) variable argument list
- void(3type) abstract type