wut v1.8.0
Wii U Toolchain
Loading...
Searching...
No Matches
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
8extern "C" {
9#endif
10
11int ioctl(int fd,
12 int request,
13 ...);
14
15#ifdef __cplusplus
16}
17#endif
int ioctl(int fd, int request,...)