KallistiOS git master
Independent SDK for the Sega Dreamcast
|
Header for terminal control operations. More...
#include <sys/cdefs.h>
#include <sys/types.h>
Go to the source code of this file.
Data Structures | |
struct | iovec_t |
I/O vector structure. More... | |
Macros | |
#define | UIO_MAXIOV IOV_MAX |
Old alias for the maximum length of an iovec. | |
Header for terminal control operations.
Header for vector I/O.
This file contains definitions for terminal control operations, as specified by the POSIX standard. It includes necessary constants and macros for performing various control operations on terminals using the ioctl system call.
This file contains definitions for vector I/O operations, as specified by the POSIX 2008 specification. Full vector-based I/O is not supported for file operations, but the stuff in here is still useful elsewhere.