#ifndef _MYHEADER_H #define _MYHEADER_H 1 typedef struct { int length; int count; } ELEM; ELEM foo(const char *); #endif /* myheader.h */