ReactOS 0.4.15-dev-7788-g1ad9096
types.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define INREAL   float
 

Typedefs

typedef float REAL
 
typedef void(* Pfvv) (void)
 
typedef void(* Pfvf) (float *)
 
typedef int(* cmpfunc) (const void *, const void *)
 
typedef REAL Knot
 
typedef REALKnot_ptr
 

Macro Definition Documentation

◆ INREAL

#define INREAL   float

Definition at line 40 of file types.h.

Typedef Documentation

◆ cmpfunc

typedef int(* cmpfunc) (const void *, const void *)

Definition at line 44 of file types.h.

◆ Knot

typedef REAL Knot

Definition at line 45 of file types.h.

◆ Knot_ptr

typedef REAL * Knot_ptr

Definition at line 45 of file types.h.

◆ Pfvf

typedef void(* Pfvf) (float *)

Definition at line 43 of file types.h.

◆ Pfvv

typedef void(* Pfvv) (void)

Definition at line 42 of file types.h.

◆ REAL

typedef float REAL

Definition at line 41 of file types.h.