/*** *swscanf.c - read formatted data from wide-character string * * Copyright (c) Microsoft Corporation. All rights reserved. * *Purpose: * defines _swscanf() - reads formatted data from wide-character string * *******************************************************************************/ #ifndef _UNICODE #define _UNICODE #endif /* _UNICODE */ #ifndef UNICODE #define UNICODE #endif /* UNICODE */ #include #include "sscanf.c"