[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.14 and 1.16

version 1.14, 2003/03/03 07:39:53 version 1.16, 2003/03/07 07:11:35
Line 127  size_t wcsrtombs __P((char * __restrict,
Line 127  size_t wcsrtombs __P((char * __restrict,
             mbstate_t * __restrict));              mbstate_t * __restrict));
 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 *));
   wchar_t *wcstok __P((wchar_t * __restrict, const wchar_t * __restrict,
                        wchar_t ** __restrict));
 size_t  wcsxfrm __P((wchar_t *, const wchar_t *, size_t));  size_t  wcsxfrm __P((wchar_t *, const wchar_t *, size_t));
   wchar_t *wcswcs __P((const wchar_t *, const 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 * __restrict, const wchar_t * __restrict,  wchar_t *wmemcpy __P((wchar_t * __restrict, const wchar_t * __restrict,
Line 148  double wcstod __P((const wchar_t * __res
Line 151  double wcstod __P((const wchar_t * __res
   
 wint_t ungetwc __P((wint_t, FILE *));  wint_t ungetwc __P((wint_t, FILE *));
 wint_t fgetwc __P((FILE *));  wint_t fgetwc __P((FILE *));
   wchar_t *fgetws __P((wchar_t * __restrict, int, FILE * __restrict));
 wint_t getwc __P((FILE *));  wint_t getwc __P((FILE *));
 wint_t getwchar __P((void));  wint_t getwchar __P((void));
 wint_t fputwc __P((wchar_t, FILE *));  wint_t fputwc __P((wchar_t, FILE *));
   int fputws __P((const wchar_t * __restrict, FILE * __restrict));
 wint_t putwc __P((wchar_t, FILE *));  wint_t putwc __P((wchar_t, FILE *));
 wint_t putwchar __P((wchar_t));  wint_t putwchar __P((wchar_t));
   

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.16

CVSweb <webmaster@jp.NetBSD.org>