#ifndef _MYHEADER_H #define _MYHEADER_H 1 struct entry { char name[40]; char phone[10]; }; struct entry *foo(char *, int); #endif /* myheader.h */