inc Fixed fsat(), usat() and ssat() not having consistent parameters. 2 years ago
src Changed memcpy and memset. 2 years ago
readme.txt Fixed readme.txt. 4 years ago
rtlibc.mk ... 4 years ago
readme.txt
To enable asserts define _RTLIBC_ASSERT_

The following functions are weak and can be defined by the user:

void rtlibc_abort_handler(void);

void rtlibc_malloc_failed_handler(void);
void* malloc(size_t size);
void free(void *p);