malloc.h

来自「数值算法」· C头文件 代码 · 共 9 行

H
9
字号
/* malloc.h:  This file is referenced by the preprocessor directive
   #include <malloc.h>.  You should either (i) copy this file to the
   appropriate directory so that it can be found, or (ii) replace
   the statements #include <malloc.h> by different #include statements,
   compatible with your compiler's handling of malloc() and free().     */

char *malloc();
void free();

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?