float: Add crate for float.h
Add a crate with stubbed functions for the float.h header.
Showing
- Cargo.lock 10 additions, 1 deletionCargo.lock
- Cargo.toml 1 addition, 0 deletionsCargo.toml
- include/bits/float.h 6 additions, 0 deletionsinclude/bits/float.h
- src/float/Cargo.toml 11 additions, 0 deletionssrc/float/Cargo.toml
- src/float/build.rs 11 additions, 0 deletionssrc/float/build.rs
- src/float/cbindgen.toml 6 additions, 0 deletionssrc/float/cbindgen.toml
- src/float/src/lib.rs 19 additions, 0 deletionssrc/float/src/lib.rs
include/bits/float.h
0 → 100644
src/float/Cargo.toml
0 → 100644
src/float/build.rs
0 → 100644
src/float/cbindgen.toml
0 → 100644
src/float/src/lib.rs
0 → 100644
Please register or sign in to comment