11 if ( Lib1Func() != 2.0 )
13 printf("Problem with lib1\n");
16 if ( Lib2Func() != 1.0 )
18 printf("Problem with lib2\n");
21 if ( Lib4Func() != 4.0 )
23 printf("Problem with lib4\n");
26 printf("The value of Foo: %s\n", foo
);
27 return SomeFunctionInFoo()-5;