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

Perl XS binding to a struct with an array of chars*

by MaxPerl (Acolyte)
on Nov 20, 2022 at 10:18 UTC ( [id://11148268]=perlquestion: 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[1];
    };
    
  2. or download this
    [...]
    typedef Edje_Message_String_Set EdjeMessageStringSet;
    ...
        EdjeMessageStringSet *message
    CODE:
        free(message);
    
  3. or download this
    use pEFL::Edje::Message::StringSet;
    
    ...
    }
    
    print "The script goes to the end\n";
    
  4. or download this
    PREINIT:
        [...]
    ...
        RETVAL = message;
    OUTPUT:
        RETVAL
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://11148268]
Front-paged by Corion
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (6)
As of 2024-03-28 13:45 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found