您的位置首页生活百科

calloc

calloc

函数名: calloc

函数原型:void* calloc(unsigned int num,unsigned int size);

功能:在内存的动态存储区中分配num个长度为size的连续空间,函数返回一个指向分配起始地址的指针;如果分配不成功,返回NULL。

想要了解更多“calloc”的信息,请点击:calloc百科