摘要:
first i write the a program like#include <stdio.h>#include <stdlib.h>typedef struct a{ int a; int b[];}type_a;// first i disagree the code will running ok , but it turn out i wrongint main(void){ type_a * p = (type_a *) malloc(sizeof(type_a) + 100 * sizoef(int)); free(p); return 0;}like 阅读全文
posted @ 2011-11-17 16:22
zengco2009
阅读(119)
评论(0)
推荐(0)
浙公网安备 33010602011771号