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