]> git.uio.no Git - u/mrichter/AliRoot.git/blob - MINICERN/packlib/kernlib/kerngen/ccgen/exitf.c
Bugfix in AliPoints2Memory
[u/mrichter/AliRoot.git] / MINICERN / packlib / kernlib / kerngen / ccgen / exitf.c
1 /*
2  * $Id$
3  *
4  * $Log$
5  * Revision 1.2  1997/02/04 17:34:16  mclareni
6  * Merge Winnt and 97a versions
7  *
8  * Revision 1.1.1.1.2.1  1997/01/21 11:29:27  mclareni
9  * All mods for Winnt 96a on winnt branch
10  *
11  * Revision 1.1.1.1  1996/02/15 17:49:21  mclareni
12  * Kernlib
13  *
14  */
15 #include "kerngen/pilot.h"
16 #include "kerngen/fortranc.h"
17
18 /*>    ROUTINE EXITF
19   CERN PROGLIB# Z035    EXITF           .VERSION KERNFOR  4.39  940228
20 */
21 #if defined(CERNLIB_QX_SC)
22 void type_of_call exitf_(st)
23 #endif
24 #if defined(CERNLIB_QXNO_SC)
25 void type_of_call exitf(st)
26 #endif
27 #if defined(CERNLIB_QXCAPT)
28 void type_of_call EXITF(st)
29 #endif
30       int  *st;
31 {
32       exit(*st);
33 }
34 /*> END <----------------------------------------------------------*/
35 #ifdef CERNLIB_TCGEN_EXITF
36 #undef CERNLIB_TCGEN_EXITF
37 #endif