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

#define CPRFLAG 1
#include "output.c"