/**** File: header.h This is a simple header file. */ int sum(int, int) ; int global_variable = 1 ; /**** End of file: header.h */