* cygwin.din: Add more prototypes for new wchar functions in newlib.

This commit is contained in:
Corinna Vinschen 2002-08-30 13:01:58 +00:00
parent b50a2f29aa
commit aabdc97a4c
2 changed files with 18 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2002-08-30 Corinna Vinschen <corinna@vinschen.de>
* cygwin.din: Add more prototypes for new wchar functions in newlib.
2002-08-30 Corinna Vinschen <corinna@vinschen.de>
* cygwin.din: Add prototypes for new wchar functions in newlib.

View File

@ -1067,6 +1067,20 @@ wmemmove
_wmemmove = wmemmove
wmemset
_wmemset = wmemset
btowc
_btowc = btowc
wctob
_wctob = wctob
mbsinit
_mbsinit = mbsinit
mbrlen
_mbrlen = mbrlen
mbrtowc
_mbrtowc = mbrtowc
wcrtomb
_wcrtomb = wcrtomb
wcsrtombs
_wcsrtombs = wcsrtombs
wprintf
_wprintf = wprintf
memccpy