Ejemplo n.º 1
0
Fl_String Fl_String::trim() const
{
    Fl_String s = trim_right();
    return s.trim_left();
}