Files
2022-07-31 17:34:54 +10:00

32 lines
229 B
OpenEdge ABL

//
// SWIG interface defintion for 'c_Math' interface library binding.
//
%module c_math_c
%{
extern "C"
{
#include "../c/c_math.h"
}
%}
%include "../source/c/c_math.h"
// Tailoring
//
%inline
%{
%}