|
|
|
|
|
by jacobush
2099 days ago
|
|
That's as they say, not even wrong. :-D The C ABI is stable. Any (normal) C compiler and a bunch of compilers of other languages can produce blobs which can be linked with each other, and by extension with C++ code with extern "C" declarations. |
|