Searched refs:atolW (Results 1 – 3 of 3) sorted by relevance
5 atolW
310 WINE_UNICODE_INLINE long int atolW( const WCHAR *str ) in atolW() function317 return (int)atolW( str ); in atoiW()
61 #define atolW(s) _wtol((s)) macro