// Build don't link: #include #include // #include #include #include extern bool foo2 (ostream &out, istream &in); bool foo1 (ostream &out, const char *in) { strstreambuf sb (in, (int) strlen (in)); istream fmt (&sb); return foo2 (out, fmt); }