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.

16 lines
359 B

  1. // cctype standard header
  2. #ifndef _CCTYPE_
  3. #define _CCTYPE_
  4. #ifdef _STD_USING
  5. #undef _STD_USING
  6. #include <ctype.h>
  7. #define _STD_USING
  8. #else
  9. #include <ctype.h>
  10. #endif /* _STD_USING */
  11. #endif /* _CCTYPE_ */
  12. /*
  13. * Copyright (c) 1994 by P.J. Plauger. ALL RIGHTS RESERVED.
  14. * Consult your license regarding permissions and restrictions.
  15. */