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);
In reply to mapping a C structure with perlXS by jeanba
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |