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

enh : make bark.h a C header #170

Merged
merged 6 commits into from
May 8, 2024
Merged

enh : make bark.h a C header #170

merged 6 commits into from
May 8, 2024

Conversation

PABannier
Copy link
Owner

This is required for #169 .

Close #166

@PABannier PABannier merged commit 1c39c4c into main May 8, 2024
5 checks passed
@PABannier PABannier deleted the c_header branch May 8, 2024 11:57
#ifdef __cplusplus
extern "C" {
#endif
enum class bark_verbosity_level {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

enum class is c++11 specific and not c

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.

C-API for other programming languages?
2 participants