Results 166 comments of Sean Barrett

@ilyakurdyukov stb libraries support pre-C99 compilers. it would certainly be possible to only test for the pre-C99 compilers, handle those cases, and rely on stdint.h for everything else, but it's...

Given that it sounds like this literally never occurs in the wild, it would be better to make the change as small as possible. Is it possible to use the...

I'll give an actual answer in the next reply, but the immediate answer is: raylib ships with its own embedded copy of stb_image_resize2.h. Configuration (such as whether "STBIR_FP16C" is being...

Now, to give an actual answer... What is "jail" and what does it have to do with this compilation error? (If it doesn't matter for this compilation error, then don't...

Proposed implementation isn't portable to all supported compilers/platforms.

Originally posted by **sroccaserra** January 6, 2025 This is not my field of expertise, so if someone has a better view on this please help. What I found could work...