// Copyright (c) 2016, Ryan Scott // foo.h #if !defined(FOO_H) #define FOO_H extern int foo; void bar(void); void baz(void); #endif