📄 malloc.h
字号:
/* 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -