- or download this
MODULE = boink PACKAGE = boink
char hello_new( char *woteva )
...
CODE:
printf("Boink::Free\n");
free( boink );
- or download this
my $mres;
my $textin;
...
+
return $mres;
}
- or download this
use ExtUtils::testlib;
use boink;
+
boink::hello( "testing\n" );
- or download this
Boink::Malloc
Boink: Returning '[testing
...
[testing
]
Boink::Free
- or download this
Boink::Malloc
Boink: Returning '[testing
]'
testing
Boink::Free