MagickCore 7.0.10
|
Go to the source code of this file.
Macros | |
#define | WizardLLConstant(c) (WizardOffsetType) (c ## LL) |
#define | WizardULLConstant(c) (WizardSizeType) (c ## ULL) |
#define | WizardOffsetFormat "lu" |
#define | WizardSizeFormat "lu" |
Typedefs | |
typedef unsigned int | WizardStatusType |
typedef ssize_t | WizardOffsetType |
typedef size_t | WizardSizeType |
Enumerations | |
enum | WizardBooleanType { WizardFalse = 0 , WizardTrue = 1 } |
#define WizardLLConstant | ( | c | ) | (WizardOffsetType) (c ## LL) |
Definition at line 35 of file wizard-type.h.
#define WizardOffsetFormat "lu" |
Definition at line 52 of file wizard-type.h.
#define WizardSizeFormat "lu" |
Definition at line 53 of file wizard-type.h.
#define WizardULLConstant | ( | c | ) | (WizardSizeType) (c ## ULL) |
Definition at line 36 of file wizard-type.h.
typedef ssize_t WizardOffsetType |
Definition at line 50 of file wizard-type.h.
typedef size_t WizardSizeType |
Definition at line 51 of file wizard-type.h.
typedef unsigned int WizardStatusType |
Definition at line 42 of file wizard-type.h.
enum WizardBooleanType |
Enumerator | |
---|---|
WizardFalse | |
WizardTrue |
Definition at line 25 of file wizard-type.h.