4 lines
131 B
OpenEdge ABL
4 lines
131 B
OpenEdge ABL
%module xxx
|
|
|
|
%feature("docstring") func2 R"ABC(Calculate :math:`D^\nu \rho(x)`.)AB";
|
|
void func2(double* foo, int bar, char** baz);
|