...
Code Block | ||
---|---|---|
| ||
char *fs_ctime_r (const fs_time_t *p_ts, |
...
char *str_time); |
...
...
...
File |
---|
...
Called from |
---|
...
Code enabled by |
---|
...
...
|
...
|
...
Application |
...
...
|
...
Sun Sep 16 01:03:52 1973\n\0
Anchor
Arguments
...
p_ts
Anchor
Pointer to timestamp to format.
...
str_time
1140511 Anchor
String buffer that will receive date/time string (see Note).
...
Returned Value
...
Pointer to str_time, if NO errors.anchor
Notes/Warnings
...
str_time
must be at least 26 characters long. Buffer overruns must be prevented by caller.