can i use @cInclude
and reference a header file whose location is relative to the current .zig
source file??? the examples i find seem to be including “system” header files…
i’m building with zig build-exe
…
i also receive “file not found” errors from zls
within vscode…