Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #238, added #ifdef __cplusplus extern C to all .h files to enable calling from C++ #239

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

bekuaghub
Copy link

@bekuaghub bekuaghub commented May 26, 2023

Describe the contribution

Testing performed
Built and run project as a submodule within a larger C++ project

Expected behavior changes
Able to use bplib within a C++ project without further editing

System(s) tested on
Ubuntu 22.04

Contributor Info
@bekuaghub

Checklist

@bekuaghub bekuaghub changed the title Fix #238, Added #ifdef __cplusplus extern C to all .h files to enable calling from C++ Fix #238, added #ifdef __cplusplus extern C to all .h files to enable calling from C++ May 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add extern "C" to all header files
1 participant