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