...
struct fs_tm *fs_localtime_r (const fs_time_t *p_ts,
...
struct fs_tm *p_time);
...
...
File |
...
Called from |
...
...
Code enabled by |
...
...
fs_api..c |
...
Application |
...
|
Anchor
Arguments
...
p_ts
Anchor
Pointer to time value.
...
p_time
1140805 Anchor
Pointer to variable that will receive broken-down time.
...
Returned Value
...
Pointer to p_time, if NO errors. Anchor
Pointer to NULL, otherwise. Anchor
Notes/Warnings
...
None.