1 #include <time.h> 2 #include <features.h> 3 4 #if __GNUC__ < 4 5 #define restrict 6 #endif 7 8 hidden size_t __strftime_l(char *restrict s, size_t n, const char *restrict f, const struct tm *restrict tm, locale_t loc); 9 hidden const char *__strftime_fmt_1(char (*)[100], size_t *, int, const struct tm *, locale_t, int); 10 11 #include "time_impl_haiku.h" 12