X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=includes%2Fwctype.h;h=1c50bfc2810ec21c6e6f94b659456bf0e4ff8936;hp=32485b9a4d15f06a50e798818574ecb19a78c722;hb=70f1c6f7c9d515ef426da68973511f46de57005a;hpb=54a2869bd13882c5e3b2417569709cd490cfcf3f diff --git a/includes/wctype.h b/includes/wctype.h index 32485b9..1c50bfc 100644 --- a/includes/wctype.h +++ b/includes/wctype.h @@ -10,12 +10,14 @@ #ifndef __WCTYPE_H #define __WCTYPE_H __WCTYPE_H +// TODO: Documentation + // ---------------------------------------------------------------------------- // TYPEDEFS -typedef wctrans_t; -typedef wctype_t; -typedef wint_t; +typedef wctrans_t; // TODO - personality? +typedef wctype_t; // TODO - personality? +typedef wint_t; // TODO - personality? // ---------------------------------------------------------------------------- // FUNCTIONS