Skip to content
#

ai-framework

Here are 9 public repositories matching this topic...

nopeslide
nopeslide commented Aug 9, 2020

When integrating connxr in C++ we have to disable the C++ function mangling, so our c functions can be linked correctly.
We would need to put all our prototypes or the complete header inside sth like

#ifdef __cplusplus
extern "C" {
#endif

...

#ifdef __cplusplus
}
#endif

Improve this page

Add a description, image, and links to the ai-framework topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the ai-framework topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.