Qt debugger reports what can seem to be inconsistent values just before and at the beginning of a call

前端 未结 0 1088
小蘑菇
小蘑菇 2021-01-14 10:45

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()
{
             


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题