![]() |
posix-next API 0.1.0
Out-of-tree Zephyr POSIX module
|
POSIX Device-Specific (general terminal) option group (placeholder). More...
Macros | |
| #define | _POSIX_VDISABLE ('\0') |
| Value used to disable a special character in a terminal. | |
Functions | |
| int | isatty (int fildes) |
| Determine whether a file descriptor refers to a terminal. | |
| char * | ttyname (int fildes) |
| Get the name of the terminal associated with a file descriptor. | |
POSIX Device-Specific (general terminal) option group (placeholder).
| #define _POSIX_VDISABLE ('\0') |
| int isatty | ( | int | fildes | ) |
Determine whether a file descriptor refers to a terminal.
| char * ttyname | ( | int | fildes | ) |
Get the name of the terminal associated with a file descriptor.