mirror of
https://github.com/eclipse/upm.git
synced 2025-03-25 17:59:59 +03:00
14 lines
251 B
OpenEdge ABL
14 lines
251 B
OpenEdge ABL
![]() |
%module jsupm_mma7660
|
||
|
%include "../upm.i"
|
||
|
%include "cpointer.i"
|
||
|
|
||
|
/* Send "int *" and "float *" to JavaScript as intp and floatp */
|
||
|
%pointer_functions(int, intp);
|
||
|
%pointer_functions(float, floatp);
|
||
|
|
||
|
%{
|
||
|
#include "mma7660.h"
|
||
|
%}
|
||
|
|
||
|
%include "mma7660.h"
|