#ifndef __BUBBLESORT__ #define __BUBBLESORT__ void bubblesort(int* array, int length); #endif