Defines | Typedefs | Enumerations

wizard-type.h File Reference

Go to the source code of this file.

Defines

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

#define WizardLLConstant (   c  )     (WizardOffsetType) (c ## LL)
#define WizardOffsetFormat   "lu"
#define WizardSizeFormat   "lu"
#define WizardULLConstant (   c  )     (WizardSizeType) (c ## ULL)

Typedef Documentation

typedef ssize_t WizardOffsetType
typedef size_t WizardSizeType
typedef unsigned int WizardStatusType

Enumeration Type Documentation

Enumerator:
WizardFalse 
WizardTrue