Skip to content
Snippets Groups Projects
Commit d936bb33 authored by Fernando Erd's avatar Fernando Erd :ok_hand:
Browse files

Fazendo Include

parent 3e656917
No related branches found
No related tags found
No related merge requests found
#include "Estruturas.h" #include "Estruturas.h"
void GeraVetor (int *Vetor);
void ImprimeVetor (int *Vetor);
void SelectSort (int *Vetor);
int main () { int main () {
int Vetor[TAM]; int Vetor[TAM];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment