Files
Upsilon/ion/src/device/heap.c
2015-09-29 15:15:35 +02:00

6 lines
125 B
C

extern char _heap_start;
extern char _heap_end;
char * _liba_heap_start = &_heap_start;
char * _liba_heap_end = &_heap_end;