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