4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-03-03 23:15:48 +08:00
Mingjie Shen c7ad493b9a [libc][ctime] move null pointer check before dereference
This null check was redundant because the pointer timep was
dereferenced in any case.
2023-06-13 18:29:22 -04:00
..
2023-06-10 21:35:25 +08:00
2021-11-08 14:15:56 -05:00

This folder provides uniformed header files crossing different compiler platforms, and supports basic standard C library functions, such as memory management and time management, etc.