jeanba has asked for the wisdom of the Perl Monks concerning the following question:
Please tell me how to map a simple C struct in perlxs and the steps to do it right. thank you very much. jeanbatypedef struct { unsigned *char test;} s_test; extern void my_function(s_test * my_struct);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: mapping a C structure with perlXS
by Joost (Canon) on May 20, 2005 at 14:05 UTC | |
by jeanba (Novice) on May 20, 2005 at 14:18 UTC | |
by polettix (Vicar) on May 20, 2005 at 15:01 UTC | |
by jeanba (Novice) on May 20, 2005 at 15:23 UTC | |
by polettix (Vicar) on May 20, 2005 at 16:21 UTC | |
|