- 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.
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.