Skip to content

Scope of future function implementations #18

Open
@gmmyung

Description

@gmmyung

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 as malloc and free
  • 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions