Open
Description
Hi, I am working on binding against a C library compiled with Newlib headers. This requires implementations of some functions that:
- requires
extern crate alloc
such asmalloc
andfree
- are not part of libc, but part of the Newlib header such as
__errno()
,__assert_func()
- are just stubs for non-existent functions such as
fopen
,printf
- part of
math.h
(implementation of those are easy, just re-export the libm functions)
What is the scope of future function implementation in tinyrlibc?
Metadata
Metadata
Assignees
Labels
No labels