Help for this page

Select Code to Download


  1. or download this
    /* Returns TRUE on success. Sets errno on error. */
    int my_print(SV* sv) {
    ...
    
        return TRUE;
    }