Listing 6 A function intended to link with listing 5

#include <stdio.h>

void f(double x)
{
   printf("f: %f\n",x);
}

/* End of File */