dwww Home | Show directory contents | Find package

%module example
%{
#include <iostream>
#include <string>

using std::cin;
using std::cout;
using std::endl;
using std::string;

#include "example.h"
%}

%include "std_string.i"
%include example.h

Generated by dwww version 1.15 on Tue Jul 2 00:13:47 CEST 2024.