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