Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

char *fs_ctime_r (const  fs_time_t  *p_ts,

...

                         char       *str_time);

...

File

...

Called from

...

Code enabled by

...

...

fs_api..c

...

Application

...

...

FS_CFG_API_EN

...

10918211091821Converts timestamp to string in the form: Anchor

11014981101498Sun Sep 16 01:03:52 1973\n\0 Anchor11045391104539

Arguments

...

p_tsanchor11405041140504

Pointer to timestamp to format.

...

1091826str_time Anchor11405111140511

String buffer that will receive date/time string (see Note).

...

Returned Value

...

Pointer to str_time, if NO errors.anchor

10918301091830Pointer to NULL, otherwise. Anchor10999371099937

Notes/Warnings

...

str_time must be at least 26 characters long. Buffer overruns must be prevented by caller.