wut
v1.8.0
Wii U Toolchain
Loading...
Searching...
No Matches
include
sys
ioctl.h
Go to the documentation of this file.
1
#pragma once
2
3
#define FIONBIO (0x8004667E)
4
#define FIONREAD (0x4004667F)
5
#define FIONWRITE (0x40046677)
6
7
#ifdef __cplusplus
8
extern
"C"
{
9
#endif
10
11
int
ioctl
(
int
fd,
12
int
request,
13
...);
14
15
#ifdef __cplusplus
16
}
17
#endif
ioctl
int ioctl(int fd, int request,...)
Generated by
1.9.8