swig/Examples/python/import/spam.i

10 lines
72 B
OpenEdge ABL

%module spam
%{
#include "spam.h"
%}
%import bar.i
%include "spam.h"