2 #ifndef IUFLIBRARY_IUFOFFSET_H 3 #define IUFLIBRARY_IUFOFFSET_H 6 typedef struct IufOffset_
18 #define IUO_INVALID (iuo_t) NULL 46 #endif //IUFLIBRARY_IUFOFFSET_H int z
Definition: iufOffset.h:10
iuo_t iufOffsetCreate(void)
Create an offset object initialized at {0,0,0,0}.
Definition: iufOffset.c:7
IufOffset * iuo_t
Definition: iufOffset.h:14
int y
Definition: iufOffset.h:9
int x
Definition: iufOffset.h:8
int iufOffsetDelete(iuo_t offset)
Delete an offset object.
Definition: iufOffset.c:21
int iufOffsetCompare(iuo_t reference, iuo_t actual)
Compare two offsets with each other.
Definition: iufOffset.c:32
Definition: iufOffset.h:6
int t
Definition: iufOffset.h:11