Hi,I recently talked with a user of Mynewt, and they were trying to get our system header files into a C++ project.
I'm wondering if folks on the list know a better way of doing this, than just manually going to every header file and adding:
#ifdef __cplusplus
extern "C" {
#endif
#ifdef __cplusplus
}
#endif
If not, I guess we should probably go ahead and do that.
Sterling
