11 lines
102 B
OpenEdge ABL
11 lines
102 B
OpenEdge ABL
%module spam
|
|
%{
|
|
#include "spam.h"
|
|
%}
|
|
|
|
%import bar.i
|
|
%include "spam.h"
|
|
|
|
%template(intSpam) Spam<int>;
|
|
|