12 lines
169 B
OpenEdge ABL
12 lines
169 B
OpenEdge ABL
|
|
%module jsupm_ds2413
|
||
|
|
%include "../upm.i"
|
||
|
|
%include "carrays.i"
|
||
|
|
%include "std_string.i"
|
||
|
|
|
||
|
|
%{
|
||
|
|
#include "ds2413.h"
|
||
|
|
%}
|
||
|
|
|
||
|
|
%include "ds2413.h"
|
||
|
|
%array_class(char, charArray);
|