#ifndef _MYHEADER_H #define _MYHEADER_H 1 struct town { char name[35]; int zip_code; }; struct town *foo(char *, int); #endif /* myheader.h */