mirror of
https://github.com/encounter/ctrulib.git
synced 2026-03-30 11:04:30 -07:00
14 lines
141 B
C
14 lines
141 B
C
#pragma once
|
|
|
|
#define FIONBIO 1
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
int ioctl(int fd, int request, ...);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|