0
2
29
168
439
298
.c中 //alter by kj 4 static void *db; 5 6 void * get_db_point() 7 { 8 return db; 9 } 10 //end alter 11 然后在其他文件中进行调用函数进行间接的使用该变量