#include "mfb.h"
#include "mfbP.h"
Go to the source code of this file.
char* MFBError |
( |
int |
num | ) |
|
Definition at line 45 of file mfberror.c.
58 sprintf(buf,
"Unknown error # %d", num);
static char buf[MAXPROMPT]
static struct errinfo errstrings[]
Initial value:= {
{
MFBOK,
"Operation completed successfully" } ,
{
MFBBADDEV,
"Can't open or close device" } ,
{
MFBBADOPT,
"Can't access or set device status" } ,
{
MFBNOMASK,
"No definable read or write mask" } ,
{
MFBNOPTFT,
"No format for pointing device" } ,
}