livestr.cc (96B)
1 #include "backend" 2 3 string Backend::livestr() const { 4 return (live() ? "alive" : "dead"); 5 }