Help for this page

Select Code to Download


  1. or download this
     
    int myfunction(char* error_string)
    
  2. or download this
    my $error = "          ";
    mylib::myfunction($error);
    print $error;