Embedded Artistry libc
C Standard Library Support for Bare-metal Systems
|
Go to the source code of this file.
Macros | |
#define | _GNU_SOURCE |
Functions | |
char * | asctime_r (const struct tm *restrict tm, char *restrict buf) |
#define _GNU_SOURCE |
Definition at line 1 of file asctime_r.c.
char* asctime_r | ( | const struct tm *restrict | tm, |
char *restrict | buf | ||
) |
Definition at line 7 of file asctime_r.c.
References ABDAY_1, ABMON_1, assert, nl_langinfo(), tm::tm_hour, tm::tm_mday, tm::tm_min, tm::tm_mon, tm::tm_sec, tm::tm_wday, and tm::tm_year.
Referenced by asctime().