Skip to content

Commit

Permalink
Dados.h atualizado :lamp:
Browse files Browse the repository at this point in the history
  • Loading branch information
BrantLauro committed Jul 3, 2023
1 parent 11e0bd6 commit 2e273cf
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions dados.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,11 @@ typedef struct dados {
void AbrirArquivo();
void FecharArquivo();
void GravarArquivo(Dados D);
int HashString(char str[]);
Dados Buscar(char Chave[]);
int BuscaBinaria(int n, int chave);
void TelaBBinaria();
int HashString(char str[]);
void Imprimir(Dados D);
void TelaBBinaria(int chave);
int BuscaBinaria(int n, int chave);
void LerArquivo();
int AcessoBiQuant(int id);
int AcessoBinaria(int n, int x);
void SalvarRank();

#endif //CODE_WIKI_DADOS_H

0 comments on commit 2e273cf

Please sign in to comment.