Listing 6

void File::put(const char *s)
       {
       put(s, f);         // error
       }

// End of File