Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re^7: Perl XS binding to a struct with an array of chars*

by Marshall (Canon)
on Nov 26, 2022 at 02:32 UTC ( [id://11148396]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    struct _Edje_Message_String_Set
    {
       int count;
       char * str[];
    };
    
  2. or download this
    #MessageStorageInsideStruct 11/25/2022       #
    #https://www.perlmonks.org/?node_id=11148268 #
    ...
      _iterate(m);
      DESTROY(m);
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11148396]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (5)
As of 2024-04-19 14:52 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found