- or download this
#include <stdio.h>
#include <stdlib.h>
...
char* StringAdd (char* x, char* y);
void FreeMemory (void* z);
- or download this
#include "StringTest.h"
...
}
}
- or download this
#include "EXTERN.h"
#include "perl.h"
...
OUTPUT:
RETVAL
- 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.