On 5/7/21 9:46 AM, Alain De Vos wrote:
I see,
https://dlang.org/phobos/core_stdc_time.html
does not contain the function : "clock_gettime"
Weird ...

stdc is about D bindings for C's std headers. I don't think clock_gettime is a standard C function. grep'ping under /usr/include/dmd reveals that clock_gettime is in this file:

/usr/include/dmd/druntime/import/core/sys/posix/time.d

and that is this module:

module core.sys.posix.time;

Ali

Reply via email to