Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

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

by syphilis (Archbishop)
on Nov 24, 2022 at 11:48 UTC ( [id://11148351]=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;
       AV * str;
    };
    
  2. or download this
    # struct.pl #
    use strict;
    ...
    # Finally, foo() calls DESTROY() which frees the memory that
    # was assigned to create the EdjeMessageStringSet object.
    foo(\@in);
    
  3. or download this
    Size of _Edje_Message_String_Set struct: 16
    hello foo
    ...
    hello world
    goodbye
    destroyed _new EdjeMessageStringSet*
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (4)
As of 2024-04-20 10:20 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found