[BACK]Return to wchar.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / include

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/include/wchar.h between version 1.4 and 1.5

version 1.4, 2000/12/21 05:12:18 version 1.5, 2000/12/21 08:30:52
Line 74  typedef _BSD_WCHAR_T_ wchar_t;
Line 74  typedef _BSD_WCHAR_T_ wchar_t;
 #undef  _BSD_WCHAR_T_  #undef  _BSD_WCHAR_T_
 #endif  #endif
   
   #ifdef  _BSD_MBSTATE_T_
   typedef _BSD_MBSTATE_T_ mbstate_t;
   #undef  _BSD_MBSTATE_T_
   #endif
   
 #ifdef  _BSD_WINT_T_  #ifdef  _BSD_WINT_T_
 typedef _BSD_WINT_T_    wint_t;  typedef _BSD_WINT_T_    wint_t;
 #undef  _BSD_WINT_T_  #undef  _BSD_WINT_T_
Line 102  wchar_t *wcspbrk __P((const wchar_t *, c
Line 107  wchar_t *wcspbrk __P((const wchar_t *, c
 wchar_t *wcsrchr __P((const wchar_t *, wchar_t));  wchar_t *wcsrchr __P((const wchar_t *, wchar_t));
 size_t  wcsspn __P((const wchar_t *, const wchar_t *));  size_t  wcsspn __P((const wchar_t *, const wchar_t *));
 wchar_t *wcsstr __P((const wchar_t *, const wchar_t *));  wchar_t *wcsstr __P((const wchar_t *, const wchar_t *));
   int     wcswidth __P((const wchar_t *, size_t));
   int     wcwidth __P((wchar_t));
 wchar_t *wmemchr __P((const wchar_t *, wchar_t, size_t));  wchar_t *wmemchr __P((const wchar_t *, wchar_t, size_t));
 int     wmemcmp __P((const wchar_t *, const wchar_t *, size_t));  int     wmemcmp __P((const wchar_t *, const wchar_t *, size_t));
 wchar_t *wmemcpy __P((wchar_t *, const wchar_t *, size_t));  wchar_t *wmemcpy __P((wchar_t *, const wchar_t *, size_t));

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

CVSweb <webmaster@jp.NetBSD.org>