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