12 lines
167 B
OpenEdge ABL
12 lines
167 B
OpenEdge ABL
|
|
%module jsupm_t3311
|
||
|
|
%include "../upm.i"
|
||
|
|
%include "stdint.i"
|
||
|
|
%include "cpointer.i"
|
||
|
|
|
||
|
|
%pointer_functions(float, floatp);
|
||
|
|
|
||
|
|
%include "t3311.h"
|
||
|
|
%{
|
||
|
|
#include "t3311.h"
|
||
|
|
%}
|