embeddedartistry / libmemory

Embedded systems memory management library. Implementations for malloc(), free(), and other useful memory management functions
https://embeddedartistry.com
MIT License
216 stars 44 forks source link

Add an option to specify libc include directory #21

Closed phillipjohnston closed 5 years ago

phillipjohnston commented 6 years ago

Can override the system directory with the input option

phillipjohnston commented 5 years ago

We just use our libc, not a general libc.

phillipjohnston commented 5 years ago

This support is merged into master, with the use-ea-libc option.