Proposal for Deimos documentation

Jacob Carlborg doob at me.com
Thu Mar 21 05:09:37 PDT 2013


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?

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list