Leaked source code of windows server 2003
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.

14 lines
482 B

  1. /***
  2. *sprintf.c - print formatted to string
  3. *
  4. * Copyright (c) 1985-1991, Microsoft Corporation. All rights reserved.
  5. *
  6. *Purpose:
  7. * defines w4wcsprintf() - print formatted data to wide character string
  8. * defines w4vwcsprintf() - print formatted output to a wide character
  9. * string, get data from argument ptr instead
  10. * of explicit args.
  11. *******************************************************************************/
  12. #define _W4WCSPRINTF_
  13. #include "printf.h"