Tizen RT Libs&Environment  v1.0 D5
time.h File Reference

Time APIs. More...

#include <tinyara/config.h>
#include <stdbool.h>
#include <time.h>
Include dependency graph for time.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define EXTERN   extern
 

Functions

EXTERN int clock_isleapyear (int year)
 Return true if the specified year is a leap year. More...
 
EXTERN int clock_daysbeforemonth (int month, bool leapyear)
 Get the number of days that occurred before the beginning of the month. More...
 
EXTERN time_t clock_calendar2utc (int year, int month, int day)
 Conversion Calendar/UTC. More...
 

Detailed Description

Time APIs.

Definition in file time.h.

Macro Definition Documentation

#define EXTERN   extern

Definition at line 97 of file time.h.