mirror of
https://github.com/idapython/src
synced 2026-06-08 14:47:00 +00:00
8 lines
113 B
OpenEdge ABL
8 lines
113 B
OpenEdge ABL
%apply int * OUTPUT { int *opnum };
|
|
|
|
%ignore search;
|
|
%ignore user2bin;
|
|
|
|
%include "search.hpp"
|
|
%clear int *opnum;
|