ѺєткєηΡυrνєуσrѺƒCσ∂є

Results 8 issues of ѺєткєηΡυrνєуσrѺƒCσ∂є

I do not like the window in a window approach that the example uses (If you get what I mean - there is a nuklear window inside a native OS...

```C isize gb_random_range_isize(gbRandom *r, isize lower_inc, isize higher_inc) { u64 u = gb_random_gen_u64(r); isize i = *cast(isize *)&u; // may be negative if u64 has a bit pattern corresponding to...

Output running build.bat: ```build.bat gcc example/*.c -I example/ -lgdi32 In file included from example/test.c:53: example/glfw.h:8207:31: error: unknown type name 'Visual' 8207 | Visual** visual, int* depth); | ^~~~~~ In file...

I think it is because of this line. line 187 in gilbert.c ``` if (max_iter > 100000) { return -1; } ``` When this line is removed, the `gilbert_d2xy` appears...

This adds an option to set the variable name in the embed file. Specifying this option together with `-t` is just as broken as setting a prefix with the table...

>utest.h:336:10: runtime error: signed integer overflow: 3428234564152 * 1000000000 cannot be represented in type 'utest_int64_t' (aka 'long long') Fix signed integer overflow by dividing by the frequency first.

Fixes signed integer overflow by using unsigned defined constants. ``` .\luigi2 (beta).h:4138:23: runtime error: left shift of 1 by 31 places cannot be represented in type 'int' SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior...

**Describe the bug** stb_include.h does not distinguish between in an #include directive and a commented #include directive. Let's say you have a header file with some documentation how to use...

1 stb library w/no tag
2 bug w/ repro