libctru  v2.4.1
ioctl.h
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