Help for this page

Select Code to Download


  1. or download this
    typedef struct _person { char* name, ... } *person;
    
    ...
    
    int record_get_person(record r, person *out_person_notfreeable);
    /* out_person_notfreeable is owned by the record object and must not b
    +e freed */
    
  2. or download this
    OUTPUT
    
    T_MYOBJPRT
        sv_setref_pv($arg, \"${ntype}\", (void*)$var);