libctru v2.5.0
Loading...
Searching...
No Matches
ioctl.h
1#pragma once
2
3#define FIONBIO 1
4
5#ifdef __cplusplus
6extern "C" {
7#endif
8
9 int ioctl(int fd, int request, ...);
10
11#ifdef __cplusplus
12}
13#endif