Here is my C code, run on the Qt debugger:
char** inArray(char* array1[], int sz1, char* array2[], int sz2, int* lg) { // some things } int main() {