git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4869 626c5289-ae23-0410-ae9c-e8d60b6d4f22
12 lines
160 B
OpenEdge ABL
12 lines
160 B
OpenEdge ABL
%module example
|
|
%{
|
|
#include "example.h"
|
|
%}
|
|
|
|
#define ENABLE_CHARPTR_ARRAY
|
|
#define ENABLE_STRING_VECTOR
|
|
%include stl.i
|
|
|
|
%feature("director");
|
|
|
|
%include example.h
|