fplayer
C99 Falcon Sequence (fseq) file player for Light-O-Rama hardware (like xLights)
|
Error code definitions and message strings. More...
#include "errcode.h"
Functions | |
const char * | FP_strerror (int err) |
Returns the error message string for the given error code. | |
Variables | |
static const char * | FP_errstr [FP_ECOUNT] |
Error message strings for each error code. | |
Error code definitions and message strings.
const char * FP_strerror | ( | int | err | ) |
Returns the error message string for the given error code.
err | the error code to get the message for, must be in the range of [0, FP_ECOUNT), negative values are treated as positive |
|
static |
Error message strings for each error code.