Table of Contents
gfs_error - get last error.
#include <gfs.h>
void gfs_error(char *errmsg);
gfs_error translates the error code from the last operation
into an English string.
gfs_error stores a string describing the last Galley error
at errmsg.
Table of Contents