sub testSub { my $test_var = shift; $$test_var = "Hello!;)\n"; return 1; } [download]
int testSub(const char** test_var) CODE: ... [download]
In reply to xs and references by Anonymous Monk