Code Block | ||
---|---|---|
| ||
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:
...
Pointer to NULL, otherwise.
Notes/Warnings
str_time
must be at least 26 characters long. Buffer overruns must be prevented by caller.