Files
RedBear-OS/src/float/cbindgen.toml
T
Dan Robertson 3699b53ba2 float: Add crate for float.h
Add a crate with stubbed functions for the float.h header.
2018-03-10 21:16:55 +00:00

7 lines
121 B
TOML

sys_includes = ["sys/types.h", "bits/float.h"]
include_guard = "_FLOAT_H"
language = "C"
[enum]
prefix_with_name = true