7 lines
75 B
OpenEdge ABL
7 lines
75 B
OpenEdge ABL
%module robin
|
|
|
|
%{
|
|
extern const char *run(void);
|
|
%}
|
|
|
|
const char *run(void);
|