/
fs_ctime_r()
fs_ctime_r()
char *fs_ctime_r (const fs_time_t *p_ts, char *str_time);
File | Called from | Code enabled by |
---|---|---|
| Application |
|
Converts timestamp to string in the form:
Sun Sep 16 01:03:52 1973\n\0
Arguments
p_ts
Pointer to timestamp to format.
str_time
String buffer that will receive date/time string (see Note).
Returned Value
Pointer to str_time, if NO errors.
Pointer to NULL, otherwise.
Notes/Warnings
str_time
must be at least 26 characters long. Buffer overruns must be prevented by caller.
, multiple selections available,
Related content
fs_asctime_r()
fs_asctime_r()
More like this
fs_mktime()
fs_mktime()
More like this
fs_localtime_r()
fs_localtime_r()
More like this
FSEntry_TimeSet()
FSEntry_TimeSet()
More like this
fs_date
fs_date
More like this
Clk_DateTimeToStr
Clk_DateTimeToStr
More like this