The `INLINE` macro that is defined at [blake3_impl.h:30](https://github.com/BLAKE3-team/BLAKE3/blob/master/c/blake3_impl.h#L30) conflicts with other projects that already define `INLINE`. It would be great if you could either add the ability to override `INLINE`, or rename it to `BLAKE3_INLINE` or similar.
The
INLINEmacro that is defined at blake3_impl.h:30 conflicts with other projects that already defineINLINE.It would be great if you could either add the ability to override
INLINE, or rename it toBLAKE3_INLINEor similar.