[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.21 and 1.22

version 1.21, 2005/02/03 04:39:32 version 1.22, 2005/03/30 03:47:11
Line 93  typedef _BSD_SIZE_T_ size_t;
Line 93  typedef _BSD_SIZE_T_ size_t;
 #undef  _BSD_SIZE_T_  #undef  _BSD_SIZE_T_
 #endif  #endif
   
   struct tm;
   
 __BEGIN_DECLS  __BEGIN_DECLS
 wint_t  btowc(int);  wint_t  btowc(int);
 size_t  mbrlen(const char * __restrict, size_t, mbstate_t * __restrict);  size_t  mbrlen(const char * __restrict, size_t, mbstate_t * __restrict);
Line 108  int wcscmp(const wchar_t *, const wchar_
Line 110  int wcscmp(const wchar_t *, const wchar_
 int     wcscoll(const wchar_t *, const wchar_t *);  int     wcscoll(const wchar_t *, const wchar_t *);
 wchar_t *wcscpy(wchar_t * __restrict, const wchar_t * __restrict);  wchar_t *wcscpy(wchar_t * __restrict, const wchar_t * __restrict);
 size_t  wcscspn(const wchar_t *, const wchar_t *);  size_t  wcscspn(const wchar_t *, const wchar_t *);
   size_t  wcsftime(wchar_t * __restrict, size_t, const wchar_t * __restrict,
               const struct tm * __restrict);
 size_t  wcslen(const wchar_t *);  size_t  wcslen(const wchar_t *);
 wchar_t *wcsncat(wchar_t * __restrict, const wchar_t * __restrict, size_t);  wchar_t *wcsncat(wchar_t * __restrict, const wchar_t * __restrict, size_t);
 int     wcsncmp(const wchar_t *, const wchar_t *, size_t);  int     wcsncmp(const wchar_t *, const wchar_t *, size_t);

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22

CVSweb <webmaster@jp.NetBSD.org>