]> git.uio.no Git - u/mrichter/AliRoot.git/blame - MINICERN/packlib/kernlib/kerngen/ccgen/intrac.c
Bugfix in AliPoints2Memory
[u/mrichter/AliRoot.git] / MINICERN / packlib / kernlib / kerngen / ccgen / intrac.c
CommitLineData
fe4da5cc 1/*
2 * $Id$
3 *
4 * $Log$
5 * Revision 1.2 1997/02/04 17:34:21 mclareni
6 * Merge Winnt and 97a versions
7 *
8 * Revision 1.1.1.1.2.1 1997/01/21 11:29:29 mclareni
9 * All mods for Winnt 96a on winnt branch
10 *
11 * Revision 1.1.1.1 1996/02/15 17:49:23 mclareni
12 * Kernlib
13 *
14 */
15#include "kerngen/pilot.h"
16#if defined(CERNLIB_WINNT)
17#include "wntgs/intrac.c"
18#elif defined(CERNLIB_QMDOS)
19#include "dosgs/intrac.c"
20#else
21/*> ROUTINE INTRAC
22 CERN PROGLIB# Z044 INTRAC .VERSION KERNFOR 4.39 940228
23*/
24#if defined(CERNLIB_QX_SC)
25int intrac_()
26#endif
27#if defined(CERNLIB_QXNO_SC)
28int intrac()
29#endif
30#if defined(CERNLIB_QXCAPT)
31int INTRAC()
32#endif
33{
34 return ((int) isatty(0));
35}
36/*> END <----------------------------------------------------------*/
37#endif