/*** *wtox.c - _wtoi and _wtol conversion * * Copyright (c) Microsoft Corporation. All rights reserved. * *Purpose: * Converts a wide character string into an int or long. * *******************************************************************************/ #ifndef _UNICODE #define _UNICODE #endif /* _UNICODE */ #include #include "atox.c"