home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 May / Chip_2000-05_cd1.bin / zkuste / Perl / ActivePerl-5.6.0.613.msi / 䆊䌷䈹䈙䏵-䞅䞆䞀㡆䞃䄦䠥 / _291a48e18bd8014cfde983a45d733430 < prev    next >
Text File  |  2000-03-15  |  585b  |  27 lines

  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.  
  14. #define _CANNOT "CANNOT"
  15.  
  16. #undef stdin
  17. #undef stdout
  18. #undef stderr
  19. #undef getc
  20. #undef putc
  21. #undef clearerr
  22. #undef fflush
  23. #undef feof
  24. #undef ferror
  25. #undef fileno
  26.  
  27.