Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

dmmp_context_userdata_set - Set user data pointer.

Arguments

       ctx         Pointer  of  'struct dmmp_context'.  If this pointer is NULL, your program will be terminated
                   by assert.

       userdata    Pointer of user defined data.

Description

       Store user data pointer into 'struct dmmp_context'.

Name

       dmmp_context_userdata_set - Set user data pointer.

Return

       void

March 2018                                  dmmp_context_userdata_set               dmmp_context_userdata_set(3)

Synopsis

voiddmmp_context_userdata_set(structdmmp_context*ctx,void*userdata);

See Also