Hi everyone, I know that in Nim is possible to call C functions compiled to a shared library, but I was wondering if it could be possible to compile a C file with a set of functions directly with the Nim source, without having to compile the C file to a shared library first. If this is possible, does anyone have a simple example to showcase?
Thanks
