My Project
Macros | Typedefs | Enumerations | Variables
structs.h File Reference
#include "kernel/mod2.h"
#include "omalloc/omalloc.h"
#include "kernel/polys.h"

Go to the source code of this file.

Macros

#define BITSET   unsigned int
 
#define loop   for(;;)
 

Typedefs

typedef ip_package * package
 
typedef char * char_ptr
 
typedef int * int_ptr
 
typedef sleftvleftv
 
typedef skStrategykStrategy
 
typedef ssyStrategysyStrategy
 
typedef procinfoprocinfov
 

Enumerations

enum  tHomog { isNotHomog = FALSE , isHomog = TRUE , testHomog }
 

Variables

EXTERN_VAR omBin char_ptr_bin
 

Macro Definition Documentation

◆ BITSET

#define BITSET   unsigned int

Definition at line 16 of file structs.h.

◆ loop

#define loop   for(;;)

Definition at line 75 of file structs.h.

Typedef Documentation

◆ char_ptr

typedef char* char_ptr

Definition at line 53 of file structs.h.

◆ int_ptr

typedef int* int_ptr

Definition at line 54 of file structs.h.

◆ kStrategy

Definition at line 58 of file structs.h.

◆ leftv

typedef sleftv* leftv

Definition at line 57 of file structs.h.

◆ package

typedef ip_package* package

Definition at line 43 of file structs.h.

◆ procinfov

typedef procinfo* procinfov

Definition at line 60 of file structs.h.

◆ syStrategy

Definition at line 59 of file structs.h.

Enumeration Type Documentation

◆ tHomog

enum tHomog
Enumerator
isNotHomog 
isHomog 
testHomog 

Definition at line 34 of file structs.h.

35{
37 isHomog = TRUE,
39};
#define TRUE
Definition: auxiliary.h:100
#define FALSE
Definition: auxiliary.h:96
@ isHomog
Definition: structs.h:37
@ testHomog
Definition: structs.h:38
@ isNotHomog
Definition: structs.h:36

Variable Documentation

◆ char_ptr_bin

EXTERN_VAR omBin char_ptr_bin

Definition at line 77 of file structs.h.