libflame  revision_anchor
Data Structures | Typedefs
FLA_f2c.h File Reference

(r)

Go to the source code of this file.

Data Structures

struct  complex
 
struct  doublecomplex
 
struct  cilist
 
struct  icilist
 
struct  olist
 
struct  cllist
 
struct  alist
 
struct  inlist
 
union  Multitype
 
struct  Vardesc
 
struct  Namelist
 

Typedefs

typedef int integer
 
typedef unsigned long int uinteger
 
typedef char * address
 
typedef short int shortint
 
typedef float real = rho_c.real
 
typedef double doublereal
 
typedef int logical
 
typedef short int shortlogical
 
typedef char logical1
 
typedef char integer1
 
typedef long long longint
 
typedef unsigned long long ulongint
 
typedef short flag
 
typedef short ftnlen
 
typedef short ftnint
 
typedef union Multitype Multitype
 
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) (...)
 
typedef doublereal(* 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
 

Typedef Documentation

◆ address

typedef char* address

◆ C_f

typedef VOID C_f

◆ C_fp

typedef VOID(* C_fp)()

◆ D_fp

typedef doublereal(* D_fp)()

◆ doublereal

typedef double doublereal

◆ E_f

typedef doublereal E_f

◆ E_fp

typedef doublereal(* E_fp)()

◆ flag

typedef long int flag

◆ ftnint

typedef long int ftnint

◆ ftnlen

typedef long int ftnlen

◆ H_f

typedef VOID H_f

◆ H_fp

typedef VOID(* H_fp)()

◆ I_fp

typedef integer(* I_fp)()

◆ integer

typedef int integer

◆ integer1

typedef char integer1

◆ J_fp

typedef shortint(* J_fp)()

◆ K_fp

typedef shortlogical(* K_fp)()

◆ L_fp

typedef logical(* L_fp)()

◆ logical

typedef int logical

◆ logical1

typedef char logical1

◆ longint

typedef long long longint

◆ Multitype

typedef union Multitype Multitype

◆ Namelist

typedef struct Namelist Namelist

◆ R_fp

typedef real(* R_fp)()

◆ real

rho2_c real = rho_c.real

◆ S_fp

typedef int(* S_fp)()

◆ shortint

typedef short int shortint

◆ shortlogical

typedef short int shortlogical

◆ U_fp

typedef int(* U_fp)()

◆ uinteger

typedef unsigned long int uinteger

◆ ulongint

typedef unsigned long long ulongint

◆ Vardesc

typedef struct Vardesc Vardesc

◆ Z_f

typedef VOID Z_f

◆ Z_fp

typedef VOID(* Z_fp)()