求大佬教教。错哪里。。。
# include <stdio.h>void hh(int ** l)
{
int * p = (int *)malloc(sizeof(int) * l);
}
int main()
{
int * len;
hh(&len);
return 0;
}
2019-04-11 01:03
2019-04-11 01:05
2019-04-11 01:06
2019-04-11 08:38
2019-04-11 14:24
2019-04-11 16:42