PageRenderTime 44ms CodeModel.GetById 22ms RepoModel.GetById 0ms app.codeStats 0ms

/IronPython_Main/Runtime/Tests/LinqDlrTests/testenv/perl/lib/CORE/nostdio.h

#
C Header | 26 lines | 18 code | 3 blank | 5 comment | 3 complexity | 7c148cbb16f0050b418b128b7acc1b85 MD5 | raw file
Possible License(s): GPL-2.0, MPL-2.0-no-copyleft-exception, CPL-1.0, CC-BY-SA-3.0, BSD-3-Clause, ISC, AGPL-3.0, LGPL-2.1, Apache-2.0
  1. /* This is an 1st attempt to stop other include files pulling
  2. in real <stdio.h>.
  3. A more ambitious set of possible symbols can be found in
  4. sfio.h (inside an _cplusplus gard).
  5. */
  6. #if !defined(_STDIO_H) && !defined(FILE) && !defined(_STDIO_INCLUDED) && !defined(__STDIO_LOADED)
  7. #define _STDIO_H
  8. #define _STDIO_INCLUDED
  9. #define __STDIO_LOADED
  10. struct _FILE;
  11. #define FILE struct _FILE
  12. #endif
  13. #define _CANNOT "CANNOT"
  14. #undef stdin
  15. #undef stdout
  16. #undef stderr
  17. #undef getc
  18. #undef putc
  19. #undef clearerr
  20. #undef fflush
  21. #undef feof
  22. #undef ferror
  23. #undef fileno