Iros
Loading...
Searching...
No Matches
ioctl.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <
ccpp/bits/config.h
>
4
5
__CCPP_BEGIN_DECLARATIONS
6
7
struct
winsize
{
8
unsigned
short
ws_row
;
9
unsigned
short
ws_col
;
10
unsigned
short
ws_xpixel
;
11
unsigned
short
ws_ypixel
;
12
};
13
14
#define TIOCGWINSZ 1
15
16
int
ioctl
(
int
__fd,
unsigned
long
__request, ...);
17
18
__CCPP_END_DECLARATIONS
ioctl
int ioctl(int __fd, unsigned long __request,...)
config.h
__CCPP_END_DECLARATIONS
#define __CCPP_END_DECLARATIONS
Definition
config.h:8
__CCPP_BEGIN_DECLARATIONS
#define __CCPP_BEGIN_DECLARATIONS
Definition
config.h:7
winsize
Definition
ioctl.h:7
winsize::ws_row
unsigned short ws_row
Definition
ioctl.h:8
winsize::ws_col
unsigned short ws_col
Definition
ioctl.h:9
winsize::ws_xpixel
unsigned short ws_xpixel
Definition
ioctl.h:10
winsize::ws_ypixel
unsigned short ws_ypixel
Definition
ioctl.h:11
libs
ccpp
include
sys
ioctl.h
Generated by
1.13.0