blob: b43b70fcb204558c9da348a98c42db043126bcaa [file] [log] [blame]
#include "time_impl.h"
char* asctime_r(const struct tm* restrict tm, char* restrict buf) { return __asctime(tm, buf); }