pesquisar.hh 202 B

1234567891011121314
  1. #ifndef PESQUISAR_HH_GUARD__
  2. #define PESQUISAR_HH_GUARD__
  3. #include <iostream>
  4. #include <mysql++.h>
  5. #include "conexao.hh"
  6. #include "teclado.hh"
  7. using namespace std;
  8. void pesquisar(conexao c);
  9. #endif