diff --git a/Arquivos/Main.c b/Arquivos/Main.c index f481f2cdfe7d8578b6951a50207cf6b49f8d0564..dfa2b88ce4e929e61f3fc39723cbdb380a6d2d94 100644 --- a/Arquivos/Main.c +++ b/Arquivos/Main.c @@ -1,5 +1,9 @@ #include "Estruturas.h" +void GeraVetor (int *Vetor); +void ImprimeVetor (int *Vetor); +void SelectSort (int *Vetor); + int main () { int Vetor[TAM];