摘要:
#include "stdio.h"/*int* set(int a,int *c){int *b;b=malloc(sizeof(int)*3);c[0]=a;c[1]=1+a;c[2]=2+a;b[0]=13;b[1]=14;b[2]=15;return b;}*/char *set(void)... 阅读全文
posted @ 2014-04-30 11:55
luxiaolai
阅读(7486)
评论(0)
推荐(0)
浙公网安备 33010602011771号