A library using both C and C++
Opened this issue · 0 comments
erezgeva commented
Hi,
I wrote a library which provides both C++ and C interfaces.
But when I use -public-header
with the folder that uses only C header with C only API, I get the same C++ result.
Is there a way to set the language specifically?
Does the language make any difference?
Erez