/**** File: header2.h This is another simple header file. It includes the file header.h It contains one function prototype. */ #include "header.h" int diff(int, int) ; /**** End of file: header2.h */