.TH "roar_vs_strerr" "3" "May 2011" "RoarAudio" "RoarAudio Programmer's Manual" .SH NAME roar_vs_strerr \- Convert an error code into a lion readable string .SH SYNOPSIS #include const char * roar_vs_strerr(int error); .SH "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 \fBroar_error2str\fR(3) which returns NULL. The returned string is constant memory and must not be altered or freed. This function is thread safe. .SH "PARAMETERS" .TP \fBerror\fR The error code which should be translated into a string. .SH "RETURN VALUE" Returns a constant string descripting the error \fBerror\fR. .SH "EXAMPLES" FIXME .SH "SEE ALSO" \fBroar_error2str\fR(3), \fBroarvs\fR(7), \fBlibroar\fR(7), \fBRoarAudio\fR(7). .\" ll