#include "langzahl.cpp"

string output(const langzahl & a)
{
   string s;
   s<<a;
   return s;
}


syntax highlighted by Code2HTML, v. 0.9.1