#include "imprimir.hh" void imprimir(conexao c){ bool b = c.imprimir(); cout << endl; if(b == false){ cout << "Erro" << endl; } }