Skip to content
Snippets Groups Projects

Draft: C Interfacing

Open Richard Angersbach requested to merge rangersbach/c-interfacing into master
Viewing commit 0c03bf06
Show latest version
1 file
+ 1
1
Preferences
Compare changes
@@ -21,7 +21,7 @@ class SfgContext:
self,
header_file: SfgSourceFile,
impl_file: SfgSourceFile | None,
c_interfacing: bool,
c_interfacing: bool = False,
namespace: str | None = None,
codestyle: CodeStyle | None = None,
argv: Sequence[str] | None = None,