My Project
Loading...
Searching...
No Matches
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_packagepackage
 
typedef charchar_ptr
 
typedef intint_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

Definition at line 53 of file structs.h.

◆ int_ptr

Definition at line 54 of file structs.h.

◆ kStrategy

Definition at line 58 of file structs.h.

◆ leftv

Definition at line 57 of file structs.h.

◆ package

Definition at line 43 of file structs.h.

◆ procinfov

Definition at line 60 of file structs.h.

◆ syStrategy

Definition at line 59 of file structs.h.

Enumeration Type Documentation

◆ 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.