2.15.11. wcstombs()

This function works as described in the ISO C standard, with extended functionality as specified by POSIX, that is, if s is a null pointer, wcstombs() returns the length required to convert the entire array regardless of the value of n, but no values are stored.

Syntax

size_t wcstombs(char *s, const wchar_t *pwcs, size_t n);

Copyright © 2007-2010 ARM. All rights reserved.ARM DUI 0349C
Non-ConfidentialID101213