rtklibc.h 407 B

123456789101112131415161718192021
  1. /*
  2. * Copyright (c) 2006-2024, RT-Thread Development Team
  3. *
  4. * SPDX-License-Identifier: Apache-2.0
  5. *
  6. * Change Logs:
  7. * Date Author Notes
  8. * 2024-03-10 Meco Man the first version
  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__ */