Proposal for Deimos documentation

1100110 0b1100110 at gmail.com
Thu Mar 21 06:53:12 PDT 2013


On 03/21/2013 07:09 AM, Jacob Carlborg wrote:
> On 2013-03-21 13:01, 1100110 wrote:
>
>> Oh, we aren't on the same page.
>> Here, I'm curious as to how you would translate these into D.
>>
>> #include <stdbool.h>
>> #include <stdarg.h> /* we need va_list */
>> #include <stddef.h> /* we want wchar_t */
>
> Right, that's a good point. You still need stddef if you don't want to
> change wchar_t to wchar. BTW, can't wchar_t sometimes be the same as dchar?
>

That does sound vaguely familiar...
Yes, it's size is 16 on Windows and 32 on Linux and OSX.

My bad, dchar then. (with wchar for Windows)


More information about the Digitalmars-d mailing list