36bf5694
400c5e5c
1 2 3
4
5 6 7
#include <locale.h> #include <time.h> size_t strftime_l(char *restrict s, size_t n, const char *restrict f, const struct tm *restrict tm, locale_t l) { return strftime(s, n, f, tm); }