pablosoares

Untitled

Aug 30th, 2020
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.25 KB | None | 0 0
  1. typedef struct{
  2.    
  3.     char c[300];
  4.    
  5.     }city;
  6.    
  7. typedef struct hash Hash;
  8.  
  9. Hash* criaHash(int tamanho);
  10. void liberaHash(Hash* ha);
  11. int valorString(char *str);
  12. int insereHash(Hash *ha,city cidade[]);
  13. //int buscaHash(Hash* ha,int mat,city cidade[]);
  14.  
Add Comment
Please, Sign In to add comment