#ifndef myfunc_H #define myfunc_H #include struct model { char * ptr; uint32_t len ; }; void bubbleSort(model arr[], int n); #endif