ejvaughan / obdii

C API for OBD-II vehicle diagnostics
MIT License
129 stars 48 forks source link

Make library link with both C and C++ #4

Open havardAasen opened 1 year ago

havardAasen commented 1 year ago

Wrap functions and variables in public headers with "extern C" so as to make the library link with both C and C++.