#include"foo.h"#include"lib1.h"#include"lib2.h"#include <stdio.h>intmain(){if(Lib1Func() !=2.0){printf("Problem with lib1\n");return1;}if(Lib2Func() !=1.0){printf("Problem with lib2\n");return1;}printf("The value of Foo: %s\n", foo);returnSomeFunctionInFoo()-5;}