Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 181 Bytes

PORTABILITY.md

File metadata and controls

4 lines (4 loc) · 181 Bytes
  • This is intended to be portable.
  • I've tested things with std=c99
  • if you don't have bool, you can redefine it yourself
  • if you don't have uint8_t, you can redefine it yourself