in reply to Automatically Import XS struct

Your question is unclear. What exactly do you mean by "import automatically it in my XS"?

Dave.

Replies are listed 'Best First'.
Re^2: Automatically Import XS struct
by Bpl (Scribe) on Feb 03, 2021 at 14:04 UTC
    it means that if I have my XS code,
    including the SDR header, how can I access the various struct elements? regards
      Are you talking about accessing the struct elements from within XS code, or from within perl code?

      Dave.

        within XS code.