aeds2/fonte/u04 Ordenação em memória pr.../c/bolha.h

7 lines
236 B
C

#ifndef BOLHA_H
#define BOLHA_H
//=============================================================================
void bolha(int *array, int n);
//=============================================================================
#endif