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.

16 lines
452 B

  1. /***
  2. *snscanf.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 snscanf() - 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. #define _SNSCANF
  15. #include "sscanf.c"
  16. #endif /* _POSIX_ */