[BACK]Return to wctype.h CVS log [TXT][DIR] Up to [local] / src / include

Diff for /src/include/wctype.h between version 1.2 and 1.3

version 1.2, 2005/04/30 09:14:23 version 1.3, 2005/05/11 18:44:12
Line 69 
Line 69 
 int     iswxdigit(wint_t);  int     iswxdigit(wint_t);
 wint_t  towlower(wint_t);  wint_t  towlower(wint_t);
 wint_t  towupper(wint_t);  wint_t  towupper(wint_t);
   int     iswctype(wint_t, wctype_t);
   wctype_t        wctype(const char *);
 __END_DECLS  __END_DECLS
   
 #endif          /* _WCTYPE_H_ */  #endif          /* _WCTYPE_H_ */

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3