T = mallocmatgraph sizeofmatgraph;
The code snippet is allocating memory for a pointer to a matgraph structure using the malloc function. The size of the memory block being allocated is determined by sizeof(matgraph).
原文地址: http://www.cveoy.top/t/topic/iyUG 著作权归作者所有。请勿转载和采集!