typedef wchar_t?

Mark Hamstra (mark.hamstra@sullivan.bentley.com)
Wed, 10 Jul 1996 08:53:03 -0700


Hi all,

I'm trying to do some internationalization work that requires the use of
wchar_t. POSIX docs (and others) indicate that this should be defined
in <stddef.h> with some useful functions in <stdlib.h>. I've got the
function headers fine; <stdlib.h> defines __need_wchar_t and includes a
comment that size_t, wchar_t and NULL should be in <stddef.h>; but
/usr/include/linux/stddef.h only has a typedef for size_t and a define
for NULL --no typedef wchar_t. What am I missing?

Mark