Included Files
- #include <nut/include/stdio.h>
- #include <nut/include/include2/string.h>
- #include <nut/include/time.h>
- #include <nut/include/errno.h>
Preprocessor definitions
#define ASCTIME_FMT "%.3s %.3s%3d %2.2d:%2.2d:%2.2d %4d\n"
#define ASCTIME_BUF_SIZE 26
Local Variables
buf_asctime
static char buf_asctime[26]
char* asctime ( const struct _tm* timeptr )
char* asctime_r ( const struct _tm* timeptr, char* buf )
char* ctime ( const time_t* const timep )
char* ctime_r ( const time_t* const timep, char* buf )