Files
cpp-thirdparty/winx64/bin/swigwin-4.0.0/Examples/python/import/spam.i
2019-08-04 21:38:19 -05:00

10 lines
72 B
OpenEdge ABL

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