dwww Home | Show directory contents | Find package

%module octave_cell_deref

%inline {
  bool funk(const char* s) {
    return !strcmp("hello",s);
  }

 Cell func2() {
   Cell c(1,2);
   c(0) = "hello";
   c(1) = 4;
   return c;
 } 
}

Generated by dwww version 1.15 on Tue Jul 2 00:19:34 CEST 2024.