mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 18:45:19 +03:00
4 lines
56 B
OpenEdge ABL
4 lines
56 B
OpenEdge ABL
|
%module test
|
||
|
%inline %{
|
||
|
extern int add(int x, int y);
|
||
|
%}
|