Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-02-21 10:04:38

0001 /*
0002 * $Id$
0003 *
0004 * $Log$
0005 * Revision 1.2  1997/02/04 17:35:36  mclareni
0006 * Merge Winnt and 97a versions
0007 *
0008 * Revision 1.1.1.1.2.1  1997/01/21 11:30:26  mclareni
0009 * All mods for Winnt 96a on winnt branch
0010 *
0011 * Revision 1.1.1.1  1996/02/15 17:49:17  mclareni
0012 * Kernlib
0013 *
0014 *
0015 *
0016 * cf#reaw.inc
0017 */
0018 #if defined(CERNLIB_QMAPO)
0019 #elif defined(CERNLIB_QMOS9)
0020 #include <stdio.h>           /*  Microware OS-9             */
0021 #elif defined(CERNLIB_QMVAX)
0022 #include <file.h>            /*  VAX/VMS                    */
0023 #elif defined(CERNLIB_QMDOS) ||defined(CERNLIB_WINNT)
0024  #ifdef WIN32
0025 # ifdef __STDC__
0026 #  undef __STDC__
0027 # endif
0028   #include <io.h>
0029  #endif
0030 #else
0031 #include <unistd.h>          /*  default Posix              */
0032 #endif