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

Reply via email to