Skip to content
Snippets Groups Projects

Draft: C Interfacing

Open Richard Angersbach requested to merge rangersbach/c-interfacing into master
Viewing commit 41d1276c
Show latest version
1 file
+ 1
1
Preferences
Compare changes
@@ -125,7 +125,7 @@ class SfgConfig(ConfigBase):
@@ -125,7 +125,7 @@ class SfgConfig(ConfigBase):
c_interfacing: BasicOption[bool] = BasicOption(False)
c_interfacing: BasicOption[bool] = BasicOption(False)
"""If set to `True`, generates header files compatible for interfacing with C.
"""If set to `True`, generates header files compatible for interfacing with C.
This will cause all definitions to be generated ``extern "C"``.
This will cause all definitions to be generated ``extern "C"``.
"""
"""