Go to the source code of this file.
Compounds | |
| struct | alist |
| struct | cilist |
| struct | cllist |
| struct | complex |
| struct | doublecomplex |
| struct | icilist |
| struct | inlist |
| union | multitype |
| struct | namelist |
| struct | olist |
| struct | vardesc |
Defines | |
| #define | TRUE_ (1) |
| #define | FALSE_ (0) |
| #define | Extern extern |
| #define | VOID void |
| #define | abs(x) ((x) >= 0 ? (x) : -(x)) |
| #define | dabs(x) (doublereal)abs(x) |
| #define | min(a,b) ((a) <= (b) ? (a) : (b)) |
| #define | max(a,b) ((a) >= (b) ? (a) : (b)) |
| #define | dmin(a,b) (doublereal)min(a,b) |
| #define | dmax(a,b) (doublereal)max(a,b) |
| #define | F2C_proc_par_types 1 |
Typedefs | |
| typedef int | integer |
| barf [ba:rf] 2. More... | |
| typedef char* | address |
| typedef short int | shortint |
| typedef float | real |
| typedef double | doublereal |
| typedef int | logical |
| typedef short int | shortlogical |
| typedef long | flag |
| typedef long | ftnlen |
| typedef long | ftnint |
| typedef union multitype | Multitype |
| typedef long | Long |
| typedef struct vardesc | Vardesc |
| typedef struct namelist | Namelist |
| typedef int (* | U_fp )() |
| typedef shortint (* | J_fp )() |
| typedef integer (* | I_fp )() |
| typedef real (* | R_fp )() |
| typedef doublereal (* | D_fp )(), (*E_fp)() |
| typedef VOID (* | C_fp )() |
| typedef VOID (* | Z_fp )() |
| typedef logical (* | L_fp )() |
| typedef shortlogical (* | K_fp )() |
| typedef VOID (* | H_fp )() |
| typedef int (* | S_fp )() |
| typedef VOID | C_f |
| typedef VOID | H_f |
| typedef VOID | Z_f |
| typedef doublereal | E_f |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
barf [ba:rf] 2. "He suggested using FORTRAN, and everybody barfed."
|
|
|
|
|
|
|
|
|
|
|
|
|
1.2.3 written by Dimitri van Heesch,
© 1997-2000