标签:实例 str clu bsp amp style col span pre
#include <string.h> #include <stdio.h> int main () { void * p; int a = 10; p = &a; printf("%d\n", *((int *)p)); return(0); }
标签:实例 str clu bsp amp style col span pre
原文地址:https://www.cnblogs.com/xumaomao/p/11992038.html