]> git.uio.no Git - u/mrichter/AliRoot.git/blame - MINICERN/packlib/kernlib/kerngen/kerngen/qf_f2c.h
This commit was generated by cvs2svn to compensate for changes in r2,
[u/mrichter/AliRoot.git] / MINICERN / packlib / kernlib / kerngen / kerngen / qf_f2c.h
CommitLineData
fe4da5cc 1/*
2* $Id$
3*
4* $Log$
5* Revision 1.1.1.1 1996/02/15 17:49:20 mclareni
6* Kernlib
7*
8*
9* This is a piece of f2c.h file by AT&T
10*
11* qf_f2c.h
12*/
13typedef long ftnlen;
14typedef long int integer;
15typedef char *address;
16typedef short int shortint;
17typedef float real;
18typedef double doublereal;
19
20typedef struct { real r, i; } complex;
21#ifdef WIN32 /* V.E.Fine 03.07.93 */
22#define _COMPLEX_DEFINED
23#endif
24
25typedef struct { doublereal r, i; } doublecomplex;
26typedef long int logical;
27typedef short int shortlogical;
28typedef char logical1;
29typedef char integer1;
30/* typedef long long longint; */ /* system-dependent */
31
32#define TRUE_ (1)
33#define FALSE_ (0)
34#define min(a,b) ((a) <= (b) ? (a) : (b))
35#define max(a,b) ((a) >= (b) ? (a) : (b))