X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=includes%2F__wint_t.h;fp=includes%2F__wint_t.h;h=38c8457f016a1325d1a194b945768e66d410cae7;hb=a84b7310b7188b8a3cbf4646aa6502e7aa834ee1;hp=0000000000000000000000000000000000000000;hpb=b2b5e5de72c2979464ac211460210ccf77a25d51;p=pdclib.old diff --git a/includes/__wint_t.h b/includes/__wint_t.h new file mode 100644 index 0000000..38c8457 --- /dev/null +++ b/includes/__wint_t.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. +// ---------------------------------------------------------------------------- +// 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