X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=includes%2F__wchar_t.h;fp=includes%2F__wchar_t.h;h=029cb2e51eadb7f83db9cbccdc71051aeeacdeac;hb=33ea80a48bfc48263e3cc855e7a4bfef7ebe8d98;hp=0000000000000000000000000000000000000000;hpb=e081ed1387e0c27dc689c8e32fdda06039544107;p=pdclib diff --git a/includes/__wchar_t.h b/includes/__wchar_t.h new file mode 100644 index 0000000..029cb2e --- /dev/null +++ b/includes/__wchar_t.h @@ -0,0 +1,15 @@ +// ---------------------------------------------------------------------------- +// $Id$ +// ---------------------------------------------------------------------------- +// Public Domain C Library - http://pdclib.sourceforge.net +// This code is Public Domain. Use, modify, and redistribute at will. +// ---------------------------------------------------------------------------- +// wchar_t typedef shared by stddef.h, stdlib.h, and wchar.h +// ---------------------------------------------------------------------------- + +#ifndef __WCHAR_T_H +#define __WCHAR_T_H __WCHAR_T_H + +typedef wchar_t; // TODO - personality? + +#endif // __WCHAR_T_H