[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.25 and 1.26

version 1.25, 2006/04/15 12:17:22 version 1.26, 2006/08/22 20:50:46
Line 191  int vwscanf(const wchar_t * __restrict, 
Line 191  int vwscanf(const wchar_t * __restrict, 
 struct tinfo;  struct tinfo;
 int t_putws(struct tinfo *, const wchar_t *, int, void (*)(wchar_t, void *),  int t_putws(struct tinfo *, const wchar_t *, int, void (*)(wchar_t, void *),
     void *);      void *);
   wchar_t *wcsdup (const wchar_t *);
   int wcsncasecmp (const wchar_t *, const wchar_t *, size_t);
   int wcscasecmp(const wchar_t *, const wchar_t *);
 #endif  #endif
 __END_DECLS  __END_DECLS
   

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26

CVSweb <webmaster@jp.NetBSD.org>