#
# Answer file for mbstowcs, wcstombs, wcslen, mblen
#
#
# This software is subject to the terms of the IBM Public License.
# You must accept the terms of this license to use this software.
#
#  Copyright (C) 2000, International Business Machines Corporation
# and others.  All Rights Reserved.
#
#
# Written by Tadayuki Yoshida <tadayuki@jp.ibm.com>
#
# format:
# <API-name> <1st-param> <2nd-param> <3rd-param> <expected-result>
# None of parameters is omitted.
#

# mbstowcs <mbstring> <wsize> - <wstring>
mbstowcs  6 - 
mbstowcs  4 - 
mbstowcs  1 - 
mbstowcs   3 - 

# wcstombs <wstring> <mbsize> - <mbstring>
wcstombs  12 - 
wcstombs   6 - 
wcstombs    4 - 
wcstombs    3 - 

# mblen <mbchars> <mbsize> - <length>
mblen  7 - 2
mblen     7 - 2

# wcslen <wstring> - - <length>
wcslen  - - 5
wcslen   - - 6
