9 lines
69 B
OpenEdge ABL
9 lines
69 B
OpenEdge ABL
%module foo
|
|
%{
|
|
#include "foo.h"
|
|
%}
|
|
|
|
%import base.i
|
|
%include "foo.h"
|
|
|