#ifndef _STROPTS_H
#define _STROPTS_H

#ifdef __cplusplus
extern "C" {
#endif

// FIXME

int ioctl (int, int, ...);

#ifdef __cplusplus
}
#endif

#endif