Versions Compared

Key

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


Code Block
languagecpp
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

Converts timestamp to string in the form:

...

Pointer to NULL, otherwise.

Notes/Warnings

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