db5dae2 ^
1 2 3 4 5 6 7
#include <time.h> size_t __strftime_l(char *restrict s, size_t n, const char *restrict f, const struct tm *restrict tm, locale_t loc) { return strftime_l(s, n, f, tm, loc); }