6 lines
66 B
OpenEdge ABL
6 lines
66 B
OpenEdge ABL
|
|
%module xxx
|
||
|
|
|
||
|
|
#define f@oo(a,x) a + x
|
||
|
|
#define foo(a@,x) a + x
|
||
|
|
|