#ifndef _MYHEADER_H #define _MYHEADER_H 1 typedef struct { int max; int min; } PAIR; PAIR foo(int *, int); #endif /* myheader.h */