upstr.cc (89B)
1 #include "backend" 2 3 string Backend::upstr() const { 4 return (up() ? "up" : "down"); 5 }