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