File indexing completed on 2025-02-21 10:04:38
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013
0014
0015
0016
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