/*
* 请你自己尝试编写 calloc 函数,函数内部使用 malloc 函数来获取内存。
*/
* 请你自己尝试编写 calloc 函数,函数内部使用 malloc 函数来获取内存。
*/
/* A function than performs the same job as the library 'calloc' function */
#include <stdlib.h> |
#include <stdlib.h> |
作者: Mrt-l 发布时间: 2010-11-28