io.h 156 B

1234567891011121314
  1. #ifndef _SYS_IO_H
  2. #define _SYS_IO_H
  3. #ifdef __cplusplus
  4. extern "C" {
  5. #endif
  6. #include <features.h>
  7. #include <bits/io.h>
  8. #ifdef __cplusplus
  9. }
  10. #endif
  11. #endif