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.

24 lines
554 B

  1. /***
  2. *snwscanf.c - read formatted data from string of given length
  3. *
  4. * Copyright (c) 1985-2001, Microsoft Corporation. All rights reserved.
  5. *
  6. *Purpose:
  7. * defines snwscanf() - reads formatted data from string of given length
  8. *
  9. *Revision History:
  10. * 09-12-00 GB initial version
  11. *
  12. *******************************************************************************/
  13. #ifndef _POSIX_
  14. #ifndef _UNICODE
  15. #define _UNICODE
  16. #endif
  17. #ifndef UNICODE
  18. #define UNICODE
  19. #endif
  20. #define _SNSCANF
  21. #include <wchar.h>
  22. #include "sscanf.c"
  23. #endif /* _POSIX_ */