windows-nt/Source/XPSP1/NT/base/crts/crtw32/stdio/snscanf.c
2020-09-26 16:20:57 +08:00

17 lines
452 B
C

/***
*snscanf.c - read formatted data from string of given length
*
* Copyright (c) 1985-2001, Microsoft Corporation. All rights reserved.
*
*Purpose:
* defines snscanf() - reads formatted data from string of given length
*
*Revision History:
* 09-12-00 GB initial version
*
*******************************************************************************/
#ifndef _POSIX_
#define _SNSCANF
#include "sscanf.c"
#endif /* _POSIX_ */