tinyrlibc icon indicating copy to clipboard operation
tinyrlibc copied to clipboard

Tiny C library written in Rust

Results 2 tinyrlibc issues
Sort by recently updated
recently updated
newest added

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...

``` On success, the function returns the converted integral number as a long int value. If no valid conversion could be performed, a zero value is returned (0L). If the...