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

ping_get_error - Return the last error message

Author

       liboping is written by Florian "octo" Forster <ff at octo.it>.  Its homepage can be found at
       <http://noping.cc/>.

       Copyright (c) 2006-2017 by Florian "octo" Forster.

1.10.0                                             2024-10-20                                  ping_get_error(3)

Description

       The ping_get_error method returns an error message indicating the last error encountered. Thismethodisnotthreadsafewhatsoever.

Name

       ping_get_error - Return the last error message

Return Value

       A "const" string representing the last error or an empty string if no error was encountered yet.

See Also

liboping(3)

Synopsis

         #include <oping.h>

         const char *ping_get_error (pingobj_t *obj);

See Also