ardix/lib
Felix Kopp f7cbcc924b
malloc: get rid of bloat
the without_lsb macro was nice and all, but really not necessary.
It was used in only 3 places or so and is even longer than the current
code it is replaced with.
2021-02-03 04:04:08 +01:00
..
ctype.c user: store libc routines in separate section 2021-01-05 13:59:44 +01:00
list.c Final refactor, initialize allocator on init 2020-10-12 17:54:07 +02:00
Makefile arch/at91sam3x8e: use r0 for syscall number 2021-01-05 15:30:36 +01:00
malloc.c malloc: get rid of bloat 2021-02-03 04:04:08 +01:00
string.c user: store libc routines in separate section 2021-01-05 13:59:44 +01:00
unistd.c sycall: conform to POSIX 2021-01-07 12:29:45 +01:00