errno.h 221 B

12345678910111213141516171819
  1. /*
  2. * Copyright (C) 2019-2020 Alibaba Group Holding Limited
  3. */
  4. #ifndef AOS_ERRNO_H
  5. #define AOS_ERRNO_H
  6. #ifdef __cplusplus
  7. extern "C" {
  8. #endif
  9. #include <errno.h>
  10. #ifdef __cplusplus
  11. }
  12. #endif
  13. #endif /* AOS_ERRNO_H */