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

13 lines
147 B
OpenEdge ABL
Raw Normal View History

2014-04-28 11:57:09 +01:00
/* example.i */
%module yap
%{
/* Put header files here or function declarations like below */
2014-04-29 11:49:09 +01:00
#include "yapi.hh"
2014-04-28 11:57:09 +01:00
%}
2014-04-29 11:49:09 +01:00
%include "yapi.hh"
2014-04-28 11:57:09 +01:00