hi!Can you tell me what does this line means#define GEVHDRSZ ( offsetof(GistEntryVector, vector[0]) )
#ifndef offsetof#define offsetof(type, field) ((long) &((type *)0)->field)#endif /* offsetof */
regardsjorge