Help for this page

Select Code to Download


  1. or download this
    
    #include <string.h>
    ...
      return output;
    }
    
  2. or download this
    use FFI::Platypus 2.00;
     
    ...
    print string_reverse("\nHello world");
     
    string_reverse(undef);