libressl_d.compat.sys.time

Undocumented in source.

Public Imports

core.sys.posix.sys.time
public import core.sys.posix.sys.time;
Undocumented in source.
core.sys.windows.winsock2
public import core.sys.windows.winsock2;
Undocumented in source.

Members

Functions

gettimeofday
int gettimeofday(core.sys.windows.winsock2.timeval* tp, void* tzp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
timersub
void timersub(core.sys.posix.sys.time.timeval* tvp, core.sys.posix.sys.time.timeval* uvp, core.sys.posix.sys.time.timeval* vvp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta