creating a temporary fifo (tmpfile but for fifo)

John Colvin via Digitalmars-d digitalmars-d at puremagic.com
Thu Feb 16 09:49:07 PST 2017


On Thursday, 16 February 2017 at 17:27:51 UTC, Paul Backus wrote:
> 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.

For some reason it doesn't seem to be on the website, but the 
source is here to read: 
https://github.com/dlang/druntime/blob/master/src/core/sys/posix/stdlib.d




More information about the Digitalmars-d mailing list