Files

13 lines
171 B
OpenEdge ABL
Raw Permalink Normal View History

/* File : example.i */
%module swigexample
%feature("autodoc", 1);
%{
#include "example.h"
%}
/* Let's just grab the original header file here */
%include "example.h"