]> pd.if.org Git - pdclib/blob - includes/__wchar_t.h
Minor doc extension.
[pdclib] / includes / __wchar_t.h
1 // ----------------------------------------------------------------------------
2 // $Id$
3 // ----------------------------------------------------------------------------
4 // Public Domain C Library - http://pdclib.sourceforge.net
5 // This code is Public Domain. Use, modify, and redistribute at will.
6 // ----------------------------------------------------------------------------
7 // wchar_t typedef shared by stddef.h, stdlib.h, and wchar.h
8 // ----------------------------------------------------------------------------
9
10 #ifndef __WCHAR_T_H
11 #define __WCHAR_T_H __WCHAR_T_H
12
13 typedef wchar_t; // TODO - personality?
14
15 #endif // __WCHAR_T_H