10 lines
72 B
OpenEdge ABL
10 lines
72 B
OpenEdge ABL
|
|
%module spam
|
||
|
|
%{
|
||
|
|
#include "spam.h"
|
||
|
|
%}
|
||
|
|
|
||
|
|
%import bar.i
|
||
|
|
%include "spam.h"
|
||
|
|
|
||
|
|
|