doubango/branches/2.0/doubango/bindings/ruby/ruby.i

8 lines
219 B
OpenEdge ABL
Raw Normal View History

2011-03-25 09:38:07 +00:00
/* File : ruby.i */
/* http://www.swig.org/Doc1.3/Library.html#Library_carrays
* 8.3.2 Passing binary data */
%apply (char *STRING, int LENGTH) { (const void* buffer, int len) };
%include ../_common/tinyWRAP.i