C語言函數傳遞二級指針的方法

char a[10][10]; void point(char p[][10]); char *dir[WORDLEN]; for (int i=0; i<WORDNUM; i++){ dir[i] = (char *)malloc(WORDLEN); } void point(char*p[]);
相關文章
相關標籤/搜索