X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=includes%2Fwctype.h;fp=includes%2Fwctype.h;h=9db569470a90179d8ae7c2d4d89ebcfc7bb739ed;hb=1e221deb9ee725a14b3656f94e2763f8faeb18dc;hp=0000000000000000000000000000000000000000;hpb=9712362f98b90c1a2aeec9fd877b0b872b6378c7;p=pdclib diff --git a/includes/wctype.h b/includes/wctype.h new file mode 100644 index 0000000..9db5694 --- /dev/null +++ b/includes/wctype.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. +// ---------------------------------------------------------------------------- +// Provides a wchar_t equivalent to ctype.h. +// ---------------------------------------------------------------------------- + +#ifndef __WCTYPE_H +#define __WCTYPE_H __WCTYPE_H + +// TODO + +#endif // __WCTYPE_H