source: asp3_tinet_ecnl_rx/trunk/musl-1.1.18/src/time/time_impl.h@ 337

Last change on this file since 337 was 337, checked in by coas-nagasima, 6 years ago

ASP3版ECNLを追加

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/x-chdr;charset=UTF-8
File size: 342 bytes
Line 
1#include <time.h>
2
3int __days_in_month(int, int);
4int __month_to_secs(int, int);
5long long __year_to_secs(long long, int *);
6long long __tm_to_secs(const struct tm *);
7int __secs_to_tm(long long, struct tm *);
8void __secs_to_zone(long long, int, int *, long *, long *, const char **);
9const unsigned char *__map_file(const char *, size_t *);
Note: See TracBrowser for help on using the repository browser.