M
MSG
Hello
The C++ standard provides a way to access C function, which is `extern
"C"`, however, what about the compatibility in the opposite direction?
If my C++ function happens to have the signature of a valid C
function, are there guarantees about its usability from C?
Thanks
MSG
The C++ standard provides a way to access C function, which is `extern
"C"`, however, what about the compatibility in the opposite direction?
If my C++ function happens to have the signature of a valid C
function, are there guarantees about its usability from C?
Thanks
MSG