dwww Home | Show directory contents | Find package

%module xxx

%extend foo {
    int bar() {
    }
};

struct foo {
    int bar();
    int spam();
};

%extend foo {
    int spam();
};


   





Generated by dwww version 1.15 on Sun Jun 30 10:32:19 CEST 2024.