My Project
Main Page
Modules
Data Structures
Files
File List
Globals
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
ioctl.h
Go to the documentation of this file.
1
#pragma once
2
3
#define FIONBIO 1
4
5
#ifdef __cplusplus
6
extern
"C"
{
7
#endif
8
9
int
ioctl
(
int
fd,
int
request, ...);
10
11
#ifdef __cplusplus
12
}
13
#endif
ioctl
int ioctl(int fd, int request,...)
Definition:
soc_ioctl.c:7
include
sys
ioctl.h
Generated on Mon Nov 24 2014 23:37:58 for My Project by
1.8.8