Help for this page

Select Code to Download


  1. or download this
    int wrap_RegisterClient2(int cl_id, char* read_ip) {
      return RegisterClient2(cl_id, read_ip);
    }
    
  2. or download this
    int wRegisterClient2( SV *id, SV *IP ) {
        int c_id = SvIV( id );
    ...
        sv_setiv(id, (IV) c_id);
        return result;
    }