aeds2/fonte/U4 - Ordenação em memória p.../c/bolha.h

7 lines
230 B
C

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