[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.23 and 1.24

version 1.23, 2005/05/14 23:51:42 version 1.24, 2005/05/15 21:10:52
Line 184  int vswscanf(const wchar_t * __restrict,
Line 184  int vswscanf(const wchar_t * __restrict,
     _BSD_VA_LIST_);      _BSD_VA_LIST_);
 int vwscanf(const wchar_t * __restrict, _BSD_VA_LIST_);  int vwscanf(const wchar_t * __restrict, _BSD_VA_LIST_);
 #endif  #endif
   #if defined(_NETBSD_SOURCE)
   struct tinfo;
   int t_putws(struct tinfo *, const wchar_t *, int, void (*)(wchar_t, void *),
       void *);
   #endif
 __END_DECLS  __END_DECLS
   
 #ifndef WEOF  #ifndef WEOF

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24

CVSweb <webmaster@jp.NetBSD.org>