Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    __DATA__
    __C__
    #include "Easy4ApiDef.h"
    
  2. or download this
    use strict;
    use warnings;
    ...
    int wrap_RegisterClient2(int cl_id, char* read_ip) {
      return RegisterClient2(cl_id, read_ip);
    }