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