www.pudn.com > iccavr_lib.rar > freelist.c, change:2002-10-27,size:263b
#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;