// ---------------------------------------------------------------------------- // $Id$ // ---------------------------------------------------------------------------- // Public Domain C Library - http://pdclib.sourceforge.net // This code is Public Domain. Use, modify, and redistribute at will. // ---------------------------------------------------------------------------- // wint_t typedef shared by wchar.h and wctype.h // ---------------------------------------------------------------------------- #ifndef __WINT_T_H #define __WINT_T_H __WINT_T_H typedef wint_t; // TODO - personality? #endif // __WINT_T_H