Files

11 lines
98 B
OpenEdge ABL
Raw Permalink Normal View History

%module foo
%{
#include "foo.h"
%}
%import base.i
%include "foo.h"
%template(IntFoo) Foo<int>;