Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/rt-thread
/ ctime
Function
ctime
components/libc/compilers/common/ctime.c:315–318 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
313
RTM_EXPORT(ctime_r);
314
315
char *ctime(const time_t *tim_p)
316
{
317
return asctime(localtime(tim_p));
318
}
319
RTM_EXPORT(ctime);
320
321
#if (!defined __ARMCC_VERSION) && (!defined __CC_ARM) && (!defined __ICCARM__)
Callers
15
date
Function · 0.85
cmd_rtc_sync
Function · 0.85
sntp_format_time
Function · 0.85
ppp_vslprintf
Function · 0.85
sntp_process
Function · 0.85
ppp_vslprintf
Function · 0.85
test_rtc_set
Function · 0.85
test_rtc_alarm
Function · 0.85
test_rtc_interface
Function · 0.85
rtc_sample
Function · 0.85
rtc_sample
Function · 0.85
test_rtc
Function · 0.85
Calls
2
asctime
Function · 0.85
localtime
Function · 0.85
Tested by
6
test_rtc_set
Function · 0.68
test_rtc_alarm
Function · 0.68
test_rtc_interface
Function · 0.68
rtc_sample
Function · 0.68
test_rtc
Function · 0.68
rtc_test
Function · 0.68