#include <ccpp/bits/clock_t.h>
#include <ccpp/bits/config.h>
#include <ccpp/bits/size_t.h>
#include <ccpp/bits/time_t.h>
#include <ccpp/bits/timespec.h>
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 tm * | gmtime (time_t const *__time) |
struct tm * | gmtime_r (time_t const *__CCPP_RESTRICT __time, struct tm *__CCPP_RESTRICT __tm) |
struct tm * | localtime (time_t const *__time) |
struct tm * | localtime_r (time_t const *__CCPP_RESTRICT __time, struct tm *__CCPP_RESTRICT __tm) |
time_t | mktime (struct tm *__tm) |
#define CLOCKS_PER_SEC 1000000 |
__CCPP_C23_DEPRECATED char * asctime | ( | struct tm const * | __tm | ) |
clock_t clock | ( | void | ) |
__CCPP_C23_DEPRECATED char * ctime | ( | time_t const * | __time | ) |
struct tm * gmtime_r | ( | time_t const *__CCPP_RESTRICT | __time, |
struct tm *__CCPP_RESTRICT | __tm ) |
struct tm * localtime_r | ( | time_t const *__CCPP_RESTRICT | __time, |
struct tm *__CCPP_RESTRICT | __tm ) |
size_t strftime | ( | char *__CCPP_RESTRICT | __str, |
size_t | __count, | ||
char const *__CCPP_RESTRICT | __format, | ||
struct tm const *__CCPP_RESTRICT | __tm ) |