rtklibc.h 447 B

1234567891011121314151617181920
  1. /**
  2. * RT-Thread RuiChing
  3. *
  4. * COPYRIGHT (C) 2024-2025 Shanghai Real-Thread Electronic Technology Co., Ltd.
  5. * All rights reserved.
  6. *
  7. * The license and distribution terms for this file may be
  8. * found in the file LICENSE in this distribution.
  9. */
  10. #ifndef __RT_KLIBC_H__
  11. #define __RT_KLIBC_H__
  12. #include <rtconfig.h>
  13. #include <rtdef.h>
  14. #include "klibc/kstring.h"
  15. #include "klibc/kstdio.h"
  16. #include "klibc/kerrno.h"
  17. #endif /* __RT_KLIBC_H__ */