Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
521 B

  1. /***
  2. *printf.c - print formatted to stdout
  3. *
  4. * Copyright (c) 1985-1991, Microsoft Corporation. All rights reserved.
  5. *
  6. *Purpose:
  7. * defines w4printf() - print formatted data to stdout
  8. * defines w4vprintf() - print formatted output to stdout, get data
  9. * from an argument ptr instead of explicit args.
  10. *******************************************************************************/
  11. #include "dprintf.h" // function prototypes
  12. #define _W4PRINTF_
  13. #include "printf.h"