Table of Contents

NAME

gfs_error - get last error.

SYNOPSIS

#include <gfs.h>

void gfs_error(char *errmsg);

DESCRIPTION

gfs_error translates the error code from the last operation into an English string.

RETURN VALUE

gfs_error stores a string describing the last Galley error at errmsg.


Table of Contents