#ifndef __FOO_H__ #define __FOO_H__ int foo (double bar); typedef struct pair { int x; int y; } pair; #endif // __FOO_H__