lang-bootstrap/05/musl-0.6.0/include/stropts.h

17 lines
153 B
C
Raw Permalink Normal View History

2022-02-20 13:18:21 -08:00
#ifndef _STROPTS_H
#define _STROPTS_H
#ifdef __cplusplus
extern "C" {
#endif
// FIXME
int ioctl (int, int, ...);
#ifdef __cplusplus
}
#endif
#endif