8 lines
142 B
OpenEdge ABL
8 lines
142 B
OpenEdge ABL
/* EDAC interface for other programs */
|
|
%module edac
|
|
%{
|
|
extern int run_script(char *scriptfile);
|
|
%}
|
|
|
|
extern int run_script(char *scriptfile);
|