/*** *snwscanf.c - read formatted data from string of given length * * Copyright (c) Microsoft Corporation. All rights reserved. * *Purpose: * defines snwscanf() - reads formatted data from string of given length * *******************************************************************************/ #ifndef _UNICODE #define _UNICODE #endif /* _UNICODE */ #ifndef UNICODE #define UNICODE #endif /* UNICODE */ #define _SNSCANF #include #include "sscanf.c"