我正在尝试链接中提到的问题:https://sourceware.org/ml/libc-alpha/2009-06/msg00168.html我对代码做了一些修改,如下所述:>>Catlibdep.c#includeintduplicate='u';intget_duplicate(){printf("libdepseesduplicateas:%c\n",duplicate);printf("libdepseesduplicateaddressas:%x\n",&duplicate);returnduplicate;}--------------------------------