This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
yap-6.3/packages/swig/yap.i
2014-04-29 11:49:09 +01:00

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"