blob: bc10e0fb7a326e9659a4b5b0d539f2f3a8e2bd77 [file] [log] [blame]
%module example
%include <std_string.i>
%{
#include "example.h"
%}
%include "example.h"