ffstrerror

Date:

10-20-2011

NAME

ffstrerror - Get FIFO error message string

SYNOPSIS

#include <ffio.h>
char *ffstrerror(int errnum);

IMPLEMENTATION

Cray Linux Environment (CLE)

DESCRIPTION

The ffstrerror function maps an FFIO error number in errnum to an error message string, and returns a pointer to that string. The returned string should not be overwritten.

SEE ALSO

strerror(3c)