logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

dmmp_last_error_msg - Retrieves the last error message.

Arguments

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

Description

       Retrieves the last error message.

Name

       dmmp_last_error_msg - Retrieves the last error message.

Return

       const char *. No need to free this memory, the resources will get freed when dmmp_context_free.

March 2018                                     dmmp_last_error_msg                        dmmp_last_error_msg(3)

Synopsis

constchar*dmmp_last_error_msg(structdmmp_context*ctx);

See Also