#include #ifndef _MYHEADER_H #define _MYHEADER_H 1 typedef struct { char name[30]; int age; } ELEMENT; int foo(FILE *); #endif /* myheader.h */