roar_vs_strerr(3) | RoarAudio Programmer's Manual | roar_vs_strerr(3) |
roar_vs_strerr - Convert an error code into a lion readable string
#include <roaraudio.h>
const char * roar_vs_strerr(int error);
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.
Returns a constant string descripting the error error.
FIXME
May 2011 | RoarAudio |