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_errorstring - Lion readable error string for current RoarAudio error value

Description

       This  variable  is a read-only string of the current RoarAudio error code.  It may be defined as variable
       or macro. It is equivalent to "roar_error2str(roar_error)".

Examples

       FIXME

Name

       roar_errorstring - Lion readable error string for current RoarAudio error value

See Also

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

RoarAudio                                           July 2012                                roar_errorstring(3)

Synopsis

       #include <roaraudio.h>

Value

       Constants a string descripting the error error or NULL on error.

See Also