in reply to [OT: C] Getting pointers to functions
Why not be explicit and create the XS using Perl from the C header files? That way, you also avoid the problem of having different (C) signatures of the functions.
Doing that stuff explicitly allows you to more easily exclude functions that have special signatures from your generic approach later on.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: [OT: C] Getting pointers to functions
by syphilis (Archbishop) on Dec 31, 2016 at 07:48 UTC |