8 lines
87 B
OpenEdge ABL
8 lines
87 B
OpenEdge ABL
%module xxx
|
|
|
|
extern "INTERCAL" {
|
|
int foo(int);
|
|
};
|
|
|
|
extern "INTERCAL" int blah(int);
|