dwww Home | Show directory contents | Find package

%module xxx

int foo(int x, int y);
int foo;

int bar(int x);

struct bar {
  int y;
};

%rename(bar) spam;

int spam(int);






Generated by dwww version 1.15 on Mon Jul 1 10:39:46 CEST 2024.