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:35  mclareni
0006 * Merge Winnt and 97a versions
0007 *
0008 * Revision 1.1.1.1.2.1  1997/01/21 11:30:25  mclareni
0009 * All mods for Winnt 96a on winnt branch
0010 *
0011 * Revision 1.1.1.1  1996/02/15 17:49:20  mclareni
0012 * Kernlib
0013 *
0014 *
0015 *
0016 * cf#clos.inc
0017 */
0018 #if defined(CERNLIB_QMAPO)||defined(CERNLIB_QMOS9)
0019 #elif defined(CERNLIB_QMVAX)
0020 #include <file.h>            /*  VAX/VMS                    */
0021 #elif defined(CERNLIB_QMDOS) || defined(CERNLIB_WINNT)
0022   #ifdef WIN32
0023 #   ifdef __STDC__
0024 #    undef __STDC__
0025 #   endif
0026     #include <io.h>
0027   #endif
0028 #else
0029 #include <unistd.h>          /*  default Posix              */
0030 #endif