My Project
 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
int ioctl(int fd, int request,...)
Definition: soc_ioctl.c:7