freelist.c
来自「avr单片机的一些实际应用源码」· C语言 代码 · 共 8 行
C
8 行
#include <_alloc.h>
/* this is defined in a separate file so that when the linker pulls this in
* when including malloc, it will not drag in the function _NewHeap, since it
* may be $_NewHeap that is needed (and vice versa...)
*/
CELL_HDR *__FreeList;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?