[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.34 and 1.35

version 1.34, 2013/04/18 23:24:26 version 1.35, 2013/04/19 15:22:24
Line 247  size_t wcrtomb_l(char * __restrict, wcha
Line 247  size_t wcrtomb_l(char * __restrict, wcha
 size_t  wcsrtombs_l(char * __restrict, const wchar_t ** __restrict, size_t,  size_t  wcsrtombs_l(char * __restrict, const wchar_t ** __restrict, size_t,
             mbstate_t * __restrict, locale_t);              mbstate_t * __restrict, locale_t);
 int     wctob_l(wint_t, locale_t);  int     wctob_l(wint_t, locale_t);
   
   int fwprintf_l(FILE * __restrict, locale_t, const wchar_t * __restrict, ...);
   int swprintf_l(wchar_t * __restrict, size_t n, locale_t,
       const wchar_t * __restrict, ...);
   int vfwprintf_l(FILE * __restrict, locale_t,
       const wchar_t * __restrict, __va_list);
   int vswprintf_l(wchar_t * __restrict, size_t, locale_t,
       const wchar_t * __restrict, __va_list);
   int vwprintf_l(locale_t, const wchar_t * __restrict, __va_list);
   int wprintf_l(locale_t, const wchar_t * __restrict, ...);
 #endif /* _NETBSD_SOURCE */  #endif /* _NETBSD_SOURCE */
   
 #endif /* !_WCHAR_H_ */  #endif /* !_WCHAR_H_ */

Legend:
Removed from v.1.34  
changed lines
  Added in v.1.35

CVSweb <webmaster@jp.NetBSD.org>