Help for this page

Select Code to Download


  1. or download this
    TYPEMAP
    geno_eye::LabelBind  GENO_EYE_LABEL_BIND_T
    
    ...
        }
    
  2. or download this
     XS_EUPXS(XS_Test_test); /* prototype to pass -Wmissing-prototypes */
    XS_EUPXS(XS_Test_test)
    {
    ...
        }
        XSRETURN_EMPTY;
    }