#ifndef _MYHEADER_H #define _MYHEADER_H 1 struct element { char name[20]; int begin_year; int end_year; }; #endif /* myheader.h */