RtWtoi
RtWtoi converts a given string value to an integer.
Syntax
INT RtWtoi(
[in] constant WCHAR lpString
);
Parameters
[in] lpString
The source Unicode string.
Return Value
The integer value of the string
Remarks
RtWtoi is like wtoi, but RtWtoi does not require the Microsoft C Runtime library and can work with any combination of runtime libraries.
This function supports decimal digits only.
Requirements
| Minimum supported version | Header | Library |
|---|---|---|
|
wRTOS 1.0 SDK |
RtApi.h |
RtApi.lib (Windows), Startup.lib (RTSS) |
See Also: