This function converts a null terminated wide char array to an int value.
Compatibility:This function is compatible with the following targets:
|
ANSI
|
BeOS
|
EMB/RTOS
|
|
#include <extras.h>
int _wtoi (const wchar_t *str);Parameters:
Parameters for this function are:
The _wtoi() function converts the character array pointed to by nptr to an integer value.
This function skips leading white space characters.
Return:
The function _wtoi() returns an the converted integer value.