You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: