#ifndef _MYHEADER_H #define _MYHEADER_H 1 struct atom { char name[30]; char symbol[3]; double weight; }; struct atom *foo(char *, double); #endif /* myheader.h */