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

7 lines
230 B
C

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