Added mbtowc(), mbstowcs(), wctomb() and wcstombs()
authorEric Kohl <eric.kohl@reactos.org>
Thu, 30 Dec 1999 14:39:43 +0000 (14:39 +0000)
committerEric Kohl <eric.kohl@reactos.org>
Thu, 30 Dec 1999 14:39:43 +0000 (14:39 +0000)
commit974095c41390321afe88519bba3c4fd14796cb51
treeb02c6f2103f98162c8299dcfe2118cc51d17f665
parenta8ca53d7611f1d59c3a987a6e02c3baa816f05cc
Added mbtowc(), mbstowcs(), wctomb() and wcstombs()

svn path=/trunk/; revision=914
reactos/lib/ntdll/def/ntdll.def
reactos/lib/ntdll/def/ntdll.edf
reactos/lib/ntdll/makefile
reactos/lib/ntdll/stdlib/mbstowcs.c [new file with mode: 0644]
reactos/lib/ntdll/stdlib/wcstombs.c [new file with mode: 0644]
reactos/lib/ntdll/stubs/stubs.c
reactos/ntoskrnl/ntoskrnl.def
reactos/ntoskrnl/ntoskrnl.edf
reactos/ntoskrnl/rtl/stdlib.c