eyalroz / printf

Tiny, fast(ish), self-contained, fully loaded printf, sprinf etc. implementation; particularly useful in embedded systems.
MIT License
402 stars 50 forks source link

Rearrange standard header inclusions #145

Closed eyalroz closed 1 year ago

eyalroz commented 1 year ago
  1. We include stdbool.h and stdint.h unnecessarily in C++.
  2. We include stdbool.h and stdint.h twice in C.

Let's not do that.