On Wednesday, 22 February 2023 at 15:00:56 UTC, WebFreak001 wrote:
I just first time used importC in a prototype project I just worked on. I used it to just import `libevdev.h` on linux to register a custom input device / make a simple userspace input driver.
A suggestion: try tcc as preprocessor. It works better than gcc for importc.
Andrea Fontana