summaryrefslogtreecommitdiffstats
path: root/private/crt32/stdio/cscanf.c
blob: 72a89ce1f6bacf942f43bb9fa550f98067ee37d6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/***
*cscanf.c - Conio version of scanf
*
*	Copyright (c) 1991-1992, Microsoft Corporation.  All rights reserved.
*
*Purpose:
*	Perform formatted i/o directly to the keyboard.
*
*Revision History:
*	09-25-91   JCR	Stub module created.
*
*******************************************************************************/

#define CPRFLAG 1
#include "input.c"