2025-04-27 07:49:33 -04:00

16 lines
371 B
C

/***
*cscanf.c - Conio version of scanf
*
* Copyright (c) 1991-2001, 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"