extensive header cleanup for standards conformance & correctness
[musl] / include / stropts.h
1 #ifndef _STROPTS_H
2 #define _STROPTS_H
3
4 #ifdef __cplusplus
5 extern "C" {
6 #endif
7
8 // FIXME
9
10 int ioctl (int, int, ...);
11
12 #ifdef __cplusplus
13 }
14 #endif
15
16 #endif