mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
6 lines
125 B
C
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;
|