ELIFE-ASU / Inform

A cross platform C library for information analysis of dynamical systems
https://elife-asu.github.io/Inform
MIT License
23 stars 3 forks source link

Extern definitions for compatibility with C++ #8

Closed dglmoore closed 8 years ago

dglmoore commented 8 years ago

When the headers are included in a C++ source, the declarations will have C external linkage so as to ensure that the symbols are properly resolved.