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

◆ loop

#define loop   for(;;)

Definition at line 71 of file structs.h.

Typedef Documentation

◆ char_ptr

Definition at line 49 of file structs.h.

◆ int_ptr

Definition at line 50 of file structs.h.

◆ kStrategy

Definition at line 54 of file structs.h.

◆ leftv

Definition at line 53 of file structs.h.

◆ package

Definition at line 39 of file structs.h.

◆ procinfov

Definition at line 56 of file structs.h.

◆ syStrategy

Definition at line 55 of file structs.h.

Enumeration Type Documentation

◆ tHomog

Enumerator
isNotHomog 
isHomog 
testHomog 

Definition at line 30 of file structs.h.

31{
33 isHomog = TRUE,
35};
#define TRUE
Definition auxiliary.h:101
#define FALSE
Definition auxiliary.h:97
@ isHomog
Definition structs.h:33
@ testHomog
Definition structs.h:34
@ isNotHomog
Definition structs.h:32

Variable Documentation

◆ char_ptr_bin

EXTERN_VAR omBin char_ptr_bin

Definition at line 73 of file structs.h.