// ---------------------------------------------------------------------------- // $Id$ // ---------------------------------------------------------------------------- // Public Domain C Library - http://pdclib.sourceforge.net // This code is Public Domain. Use, modify, and redistribute at will. // ---------------------------------------------------------------------------- // Provides a wchar_t equivalent to ctype.h. // ---------------------------------------------------------------------------- #ifndef __WCTYPE_H #define __WCTYPE_H __WCTYPE_H // TODO #endif // __WCTYPE_H