Help for this page

Select Code to Download


  1. or download this
    #include <stdio.h>
    #include <stdlib.h>
    ...
    char* StringAdd (char* x, char* y);
    
    void FreeMemory (void* z);
    
  2. or download this
    #include "StringTest.h"
    
    ...
       }
    }
    
  3. or download this
    #include "EXTERN.h"
    #include "perl.h"
    ...
            OUTPUT:
              RETVAL
    
  4. or download this
    use Test;
    BEGIN { plan tests => 1 };
    ...
    print MyStringTest::TestStringAdd(Pijush, Koley), "\n";
    ok(1); # If we made it this far, we're ok.