Windows NT 4.0 source code leak
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.

13 lines
434 B

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