]> pd.if.org Git - pdclib/blob - includes/__wint_t.h
Minor doc extension.
[pdclib] / includes / __wint_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 // wint_t typedef shared by wchar.h and wctype.h
8 // ----------------------------------------------------------------------------
9
10 #ifndef __WINT_T_H
11 #define __WINT_T_H __WINT_T_H
12
13 typedef wint_t; // TODO - personality?
14
15 #endif // __WINT_T_H