Changes to sym.c Throughout sym.c, and elsewhere in the code, we used to only receive the int type argument to determine the type of something. This isn't enough now that we have composite types: the ...
The code is built on an Ubuntu 22.04 without additional flags via zig build. The behavior is as follows: If the C code is called, the log will return nonsense values (that vary each run). If the Zig ...