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