swig/Examples/javascript/exception/example.i
2013-09-27 03:25:28 +02:00

12 lines
167 B
OpenEdge ABL

/* File : example.i */
%module example
%{
#include "example.h"
%}
%include "std_string.i"
/* Let's just grab the original header file here */
%include "example.h"