in my c code i have defined #define A 1 #define B 2 .... How/where can I put this in my xs to get the same names in perl?
Can I &x(A,...);
in my c code i have defined #define A 1 #define B 2 .... How/where can I put this in my xs to get the same names in perl?
Can I &x(A,...);