dwww Home | Show directory contents | Find package

#ifndef subdir1_hello_i_
#define subdir1_hello_i_

%{
typedef int Integer;
%}

%inline %{

  struct A
  {  
    int aa;
  };

  Integer importtest1(Integer i) {
    return i + 10;
  }

%}
  



#endif //subdir1_hello_i_

Generated by dwww version 1.15 on Tue Jul 2 00:19:17 CEST 2024.