neco icon indicating copy to clipboard operation
neco copied to clipboard

[proposal] Export C functions for use in C++

Open sigidagi opened this issue 1 year ago • 1 comments

To call C functions from C++ some small changes can be added to neco.h interface. See forked version of neco.h .

I am writing a small C++ wrapper for neco library: necopp . So, in that case it could be useful to link dependencies to direct source instead of forked version of neco library. (Utilizing cmake as a package manager).

sigidagi avatar Jun 06 '24 20:06 sigidagi

I'd be willing to add C++ support.

tidwall avatar Jun 25 '24 13:06 tidwall