On Wed, 26 Apr 2000, Ian Dash wrote:
> Hi,
> I've hit a brick wall with my XS code returning strings.
>
> I'm mapping to a C Function which looks something like this
>
> void cardmod(char *cardnum,
> char *issuer,
> char *details
> unsigned long *statflag);
>
> the cardnum is fixed, but the rest of the args are set by the function.
- I count 4 args here...
>
>
> So,The XS stub I'm using is
>
> void
> cardmod(cardnum,issuer,statflag)
- I only see 3 here...
- Maybe it's just a typo in your message and not in your code,
but if it's in your code that's the first thing I'd fix.
- Booker C. Bense