On Wednesday, 30 November 2016 at 13:47:06 UTC, Anders S wrote:
On Wednesday, 30 November 2016 at 12:41:24 UTC, Stefan Koch wrote:
On Wednesday, 30 November 2016 at 10:20:35 UTC, Anders S wrote:
        int     [1] argv;               /* list of arguments */
Is that supposed to be a VLAIS ?
That will not port to D.

It would be helpful If you could share the code and state the intent.

Hi,
No to VLAIS (Variable length array in structure). All known size of arrays and structures.
testing from terminal with writing to using:
Echo "testing pipe and textformat" > .pipes/1234
and reading with
cat .pipes/1234

that works just fine ;)
/anders

Reply via email to