summaryrefslogtreecommitdiff
path: root/Examples/perl5/xmlstring/example.i
blob: 8a9e02e409e20dec3a0b4ed976b34759e12b9369 (plain)
1
2
3
4
5
6
7
8
9
10
%module example

%include <xmlstring.i>

%{
#include "example.h"
%}


%include example.h