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