debian man page for roar_vs_strerr

Query: roar_vs_strerr

OS: debian

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

roar_vs_strerr(3)					   RoarAudio Programmer's Manual					 roar_vs_strerr(3)

NAME
roar_vs_strerr - Convert an error code into a lion readable string
SYNOPSIS
#include <roaraudio.h> const char * roar_vs_strerr(int error);
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.
PARAMETERS
error The error code which should be translated into a string.
RETURN VALUE
Returns a constant string descripting the error error.
EXAMPLES
FIXME
SEE ALSO
roar_error2str(3), roarvs(7), libroar(7), RoarAudio(7). RoarAudio May 2011 roar_vs_strerr(3)
Related Man Pages
roar_vs_ctl(3) - debian
roar_vs_meta(3) - debian
roar_vs_read(3) - debian
roar_vs_write(3) - debian
roartut(7) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Installing Dash Shell on OS X Lion
How can I do this in VI editor?
Introduction
Weird 'find' results