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