dwww Home | Show directory contents | Find package

%module not_c_keywords

%extend ComplexStruct {
void init() {
  $self->complex = 123;
}
}

%inline %{
struct ComplexStruct {
  int complex; /* complex as variable name */
};
%}

Generated by dwww version 1.15 on Tue Jul 2 00:43:18 CEST 2024.