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

roar_vs_strerr - Convert an error code into a lion readable string

Description

       This  function  returns  a  lion  readable  error message for the given error code.  If the error code is
       unknown or invalid it returns a string to represent an unknown error code unlike roar_error2str(3)  which
       returns NULL.

       The returned string is constant memory and must not be altered or freed.

       This function is thread safe.

Examples

       FIXME

Name

       roar_vs_strerr - Convert an error code into a lion readable string

Parameters

error  The error code which should be translated into a string.

Return Value

       Returns a constant string descripting the error error.

See Also

roar_error2str(3), roarvs(7), libroar(7), RoarAudio(7).

RoarAudio                                           May 2011                                   roar_vs_strerr(3)

Synopsis

       #include <roaraudio.h>

       const char * roar_vs_strerr(int error);

See Also