mirror of
https://git.musl-libc.org/git/musl
synced 2025-01-23 22:52:23 +03:00
17 lines
153 B
C
17 lines
153 B
C
#ifndef _STROPTS_H
|
|
#define _STROPTS_H
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
// FIXME
|
|
|
|
int ioctl (int, int, ...);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif
|