OSDN Git Service

Add stdlib functions mbstowcs() and wcstombs(). DO NOT MERGE.
authorDan Bornstein <danfuzz@android.com>
Tue, 10 Nov 2009 20:15:33 +0000 (12:15 -0800)
committerJean-Baptiste Queru <jbq@google.com>
Wed, 3 Mar 2010 18:25:29 +0000 (10:25 -0800)
commitfd5b1bb85d0a971fd8469112a157380c4d3a146f
treee11bd80576f8ee1625f13d4a81808621e9dde557
parentca07064c9ebd8523ed88fa09e97feaaafb7e9c15
Add stdlib functions mbstowcs() and wcstombs(). DO NOT MERGE.

As with the other wchar functions in Bionic, these are really
minimally functional stubs.
libc/include/wchar.h
libc/stdlib/wchar.c