stdopen.h 165 B

12345678910111213141516
  1. #ifndef STDOPEN_H
  2. # define STDOPEN_H 1
  3. # include <stdbool.h>
  4. # ifdef __cplusplus
  5. extern "C" {
  6. # endif
  7. bool stdopen (void);
  8. # ifdef __cplusplus
  9. }
  10. # endif
  11. #endif