#ifndef _MYHEADER_H #define _MYHEADER_H 1 struct element { char family[20]; int children[8]; }; #endif /* myheader.h */