| 1234567891011121314151617181920 |
- /**
- * RT-Thread RuiChing
- *
- * COPYRIGHT (C) 2024-2025 Shanghai Real-Thread Electronic Technology Co., Ltd.
- * All rights reserved.
- *
- * The license and distribution terms for this file may be
- * found in the file LICENSE in this distribution.
- */
- #ifndef __RT_KLIBC_H__
- #define __RT_KLIBC_H__
- #include <rtconfig.h>
- #include <rtdef.h>
- #include "klibc/kstring.h"
- #include "klibc/kstdio.h"
- #include "klibc/kerrno.h"
- #endif /* __RT_KLIBC_H__ */
|