wut v1.8.0
Wii U Toolchain
Loading...
Searching...
No Matches
Macros | Functions
ioctl.h File Reference

Go to the source code of this file.

Macros

#define FIONBIO   (0x8004667E)
 
#define FIONREAD   (0x4004667F)
 
#define FIONWRITE   (0x40046677)
 

Functions

int ioctl (int fd, int request,...)
 

Macro Definition Documentation

◆ FIONBIO

#define FIONBIO   (0x8004667E)

Definition at line 3 of file ioctl.h.

◆ FIONREAD

#define FIONREAD   (0x4004667F)

Definition at line 4 of file ioctl.h.

◆ FIONWRITE

#define FIONWRITE   (0x40046677)

Definition at line 5 of file ioctl.h.

Function Documentation

◆ ioctl()

int ioctl ( int  fd,
int  request,
  ... 
)