SWIGCMakePHPExampleWindows/example.i

13 lines
222 B
OpenEdge ABL
Raw Normal View History

2018-06-30 23:37:25 +02:00
/* File : example.i */
%module example
%{
/* Put headers and other declarations here */
#include "example.cxx"
2018-06-30 23:37:25 +02:00
%}
extern double My_variable;
extern int fact(int);
extern int my_mod(int n, int m);
extern int empty;