ASCTIME 488 time.c #define ASCTIME(tm, buf) asctime_r(tm, buf) ASCTIME 493 time.c #define ASCTIME(tm, buf) asctime(tm)