flipper-io / flipper

Flipper is a development platform that can be controlled from any programming language.
https://www.flipper.io/
Apache License 2.0
70 stars 15 forks source link

Eliminate use of bool from stdbool. #25

Closed TravisWhitaker closed 8 years ago

TravisWhitaker commented 8 years ago

The width isn't defined by the standard and libffi isn't aware of it. It'll be easier to use a regular integral type.