core.sys.posix.stdc.time

D header file for C99.

This module contains bindings to selected types and functions from the standard C header <_time.h>. Note that this is not automatically generated, and may omit some types/functions from the original C header.

Members

Aliases

clock_t (from core.sys.posix.sys.types)
alias clock_t = c_long via public import core.sys.posix.sys.types : time_t, clock_t;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
time_t (from core.sys.posix.sys.types)
alias time_t = c_long via public import core.sys.posix.sys.types : time_t, clock_t;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

clock
clock_t clock()
tzset
void tzset()
tzset
void tzset()
tzset
void tzset()
tzset
void tzset()
tzset
void tzset()
tzset
void tzset()
tzset
void tzset()
tzset
void tzset()
tzset
void tzset()
tzset
void tzset()

Static variables

tzname
const(char)*[2] tzname;
tzname
const(char)*[2] tzname;
tzname
const(char)*[2] tzname;
tzname
const(char)*[2] tzname;
tzname
const(char)*[2] tzname;
tzname
const(char)*[2] tzname;
tzname
const(char)*[2] tzname;
tzname
const(char)*[2] tzname;
tzname
const(char)*[2] tzname;
tzname
const(char)*[2] tzname;

Structs

tm
struct tm

Variables

CLOCKS_PER_SEC
enum clock_t CLOCKS_PER_SEC;

Meta

License

Distributed under the Boost Software License 1.0. (See accompanying file LICENSE)

Standards

ISO/IEC 9899:1999 (E)

Authors

Sean Kelly, Alex Rønne Petersen