I have the following code:
#include #include // helping void sortint(int numbers[], int array_size) { int i, j, temp;
You are trying to call eb and ec before they are declared or defined. Move the definition of ec before eb and both before exera. You could also forward declare your functions before you define any of them like so:
eb
ec
exera
void eb(int* ptr) ; void ec(int* arr, int size) ;