objc.i 212 B

1234567
  1. /* File : objc.i */
  2. /* http://www.swig.org/Doc1.3/Library.html#Library_carrays
  3. * 8.3.2 Passing binary data */
  4. %apply (char *STRING, int LENGTH) { (const void* buffer, int len) };
  5. %include ../_common/tinyWRAP.i