For an array of char[X][Y] , you would allocate x * y bytes with calloc and use the returned pointer like an array to index into it array.
確定! 回上一頁