Iros
 
Loading...
Searching...
No Matches
time.h File Reference

Go to the source code of this file.

Classes

struct  tm
 

Macros

#define CLOCKS_PER_SEC   1000000
 

Functions

double difftime (time_t __time_end, time_t __time_start)
 
time_t time (time_t *__time)
 
clock_t clock (void)
 
__CCPP_C23_DEPRECATED char * asctime (struct tm const *__tm)
 
__CCPP_C23_DEPRECATED char * ctime (time_t const *__time)
 
size_t strftime (char *__CCPP_RESTRICT __str, size_t __count, char const *__CCPP_RESTRICT __format, struct tm const *__CCPP_RESTRICT __tm)
 
struct tmgmtime (time_t const *__time)
 
struct tmgmtime_r (time_t const *__CCPP_RESTRICT __time, struct tm *__CCPP_RESTRICT __tm)
 
struct tmlocaltime (time_t const *__time)
 
struct tmlocaltime_r (time_t const *__CCPP_RESTRICT __time, struct tm *__CCPP_RESTRICT __tm)
 
time_t mktime (struct tm *__tm)
 

Macro Definition Documentation

◆ CLOCKS_PER_SEC

#define CLOCKS_PER_SEC   1000000

Function Documentation

◆ asctime()

__CCPP_C23_DEPRECATED char * asctime ( struct tm const * __tm)

◆ clock()

clock_t clock ( void )

◆ ctime()

__CCPP_C23_DEPRECATED char * ctime ( time_t const * __time)

◆ difftime()

double difftime ( time_t __time_end,
time_t __time_start )

◆ gmtime()

struct tm * gmtime ( time_t const * __time)

◆ gmtime_r()

struct tm * gmtime_r ( time_t const *__CCPP_RESTRICT __time,
struct tm *__CCPP_RESTRICT __tm )

◆ localtime()

struct tm * localtime ( time_t const * __time)

◆ localtime_r()

struct tm * localtime_r ( time_t const *__CCPP_RESTRICT __time,
struct tm *__CCPP_RESTRICT __tm )

◆ mktime()

time_t mktime ( struct tm * __tm)

◆ strftime()

size_t strftime ( char *__CCPP_RESTRICT __str,
size_t __count,
char const *__CCPP_RESTRICT __format,
struct tm const *__CCPP_RESTRICT __tm )

◆ time()

time_t time ( time_t * __time)