13 lines
147 B
OpenEdge ABL
13 lines
147 B
OpenEdge ABL
/* example.i */
|
|
%module yap
|
|
|
|
%{
|
|
/* Put header files here or function declarations like below */
|
|
|
|
#include "yapi.hh"
|
|
|
|
%}
|
|
|
|
%include "yapi.hh"
|
|
|