9 lines
337 B
C
9 lines
337 B
C
#ifndef SELECAO_H
|
|
#define SELECAO_H
|
|
//=============================================================================
|
|
#include "geracao.h"
|
|
//=============================================================================
|
|
void selecao(int *array, int n);
|
|
//=============================================================================
|
|
#endif
|