Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: stdlib.h

wcstombs()

IMPORT_C int wcstombs(char *s, const wchar_t *pwc, size_t n);

Description

The wcstombs function converts a wide string to a string of multibyte characters.

Parameters

char *s

multibyte string

const wchar_t *pwc

wide string

size_t n

number of bytes written to.

Return value

int