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