On Tuesday, 14 February 2017 at 03:15:53 UTC, Andrei Alexandrescu wrote:
On 2/13/17 12:12 PM, Paul Backus wrote:
[...]
Note that these functions are part of POSIX but not C99, and are not
included in D's core.stdc module.

[1] http://man7.org/linux/man-pages/man3/mkstemp.3.html
[2] http://man7.org/linux/man-pages/man3/mkdtemp.3.html

They're declared in core.sys,posix.stdlib. -- Andrei

Thanks for the tip. Is this module documented anywhere? I can't find it in the dlang.org docs.

Reply via email to