stropts.h 153 B

12345678910111213141516
  1. #ifndef _STROPTS_H
  2. #define _STROPTS_H
  3. #ifdef __cplusplus
  4. extern "C" {
  5. #endif
  6. // FIXME
  7. int ioctl (int, int, ...);
  8. #ifdef __cplusplus
  9. }
  10. #endif
  11. #endif