in reply to Re^2: Perl XS binding to a struct with an array of chars*
in thread Perl XS binding to a struct with an array of chars*
sorry, some typos: "The only thing I don't understand is, why I had to reallocate count+2 items of char*. It should be count-1 :-S (because count starts at 1, and the index of the given Perl array starts at 0)..."
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Perl XS binding to a struct with an array of chars*
by syphilis (Archbishop) on Nov 21, 2022 at 01:07 UTC |