摘要: 老是记不住。 void test(int *arr) { arr[0] = 100; printf("function %d\n", arr[0]); } main: int *abc=(int *)malloc(sizeof(int) * 5); for (i = 0; i < 5; i++) { 阅读全文
posted @ 2020-11-20 15:10 ginn123 阅读(144) 评论(0) 推荐(0)