matter.c

Cross-platform minimalist libc
git clone git://git.finwo.net/lib/matter.c
Log | Files | Refs | README | LICENSE

commit a9771b645301e3290f208c3b3c354b714f6f3f3d
parent 93d41ea5a610647ff872cc5b6853a310e84f8641
Author: Yersa Nordman <finwo@pm.me>
Date:   Mon,  7 Oct 2019 13:09:08 +0200

Added initial todos

Diffstat:
ATODO | 3+++
Asrc/malloc/TODO | 3+++
2 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/TODO b/TODO @@ -0,0 +1,3 @@ +MAIN + copy build structure from musl + diff --git a/src/malloc/TODO b/src/malloc/TODO @@ -0,0 +1,3 @@ +src/malloc + copy heap malloc from supercop-js +