Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
315: Correct C interop declarations r=adamgreig a=JVMerkle Functions with external C linkage have to be wrapped with `extern "C" { ... }`, `extern "C"` as part of the function signature is not sufficient. Resolves #236 Signed-off-by: Julian Merkle <[email protected]> Co-authored-by: Julian Merkle <[email protected]>
- Loading branch information