source: azure_iot_hub/trunk/musl-1.1.18/src/time/time_impl.h@ 388

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

Azure IoT Hub Device C SDK を使ったサンプルの追加

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
  • Property svn:mime-type set to text/x-chdr
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.