Fix weird definition of NULL

This commit is contained in:
Toby Jaffey 2025-12-11 16:57:23 +00:00
parent 9287d7f6f4
commit 6878c5210f
4 changed files with 26 additions and 10 deletions

View file

@ -27,5 +27,6 @@ size_assert(int16_t, 2);
size_assert(int8_t, 1);
#define INT32_MIN 0
#define INT16_MAX 32767
#endif