X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=includes%2Fwchar.h;h=300b0f04c1ed88bcb524e41e3b008822be129ed2;hp=4ac64c5e269c30716caa1360ac803d6c36132fd5;hb=70f1c6f7c9d515ef426da68973511f46de57005a;hpb=54a2869bd13882c5e3b2417569709cd490cfcf3f diff --git a/includes/wchar.h b/includes/wchar.h index 4ac64c5..300b0f0 100644 --- a/includes/wchar.h +++ b/includes/wchar.h @@ -10,24 +10,26 @@ #ifndef __WCHAR_H #define __WCHAR_H __WCHAR_H +// TODO: Documentation, C++ handling + // ---------------------------------------------------------------------------- // MACROS #define NULL 0 -#define WCHAR_MAX // TODO -#define WCHAR_MIN // TODO -#define WEOF // TODO +#define WCHAR_MAX // TODO - personality? +#define WCHAR_MIN // TODO - personality? +#define WEOF // TODO - personality? // ---------------------------------------------------------------------------- // TYPEDEFS -typedef mbstate_t; -typedef size_t; -typedef wint_t; -struct tm; +typedef mbstate_t; // TODO - personality? +typedef size_t; // TODO - personality? +typedef wint_t; // TODO - personality? +struct tm; // TODO - personality? #ifndef __cplusplus -typedef wchar_t; +typedef wchar_t; // TODO - personality? #endif // __cplusplus // ----------------------------------------------------------------------------