Lars Nilsson
Lars Nilsson
On Linux and Windows, `c3c init-lib` does not seem to append the `.c3l` suffix to the name like it is supposed to. ``` $ c3c init-lib foo $ ls foo...
When compiling programs that depend on larger libraries, like gtk, there are quite often several required libraries that one need to link with. On Linux this set of libraries can...
Documentation (macros section, First class names) has an example of taking the address of a member of a struct for a null pointer in order to get its offset. This...
Added a couple of checks for ARM64 when compiling on Windows. Something like this is required when using the native ARM64 MSVC toolchain. With the changes, all libraries and demo...