Files
ANSLibs/swig-4.3.0/Examples/ruby/import/foo.i

9 lines
69 B
OpenEdge ABL

%module foo
%{
#include "foo.h"
%}
%import base.i
%include "foo.h"