home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Interactive Guide
/
c-cplusplus-interactive-guide.iso
/
c_ref
/
csource5
/
344_01
/
mtxcle.h
< prev
next >
Wrap
Text File
|
1991-05-29
|
507b
|
21 lines
/*----------------------------------------------------------------------
Main File : mtx.c
File Name : mtxcle.h
Purpose - Public operations, defines for mtxcle.c
-----------------------------------------------------------------------*/
/* Error flags */
#define errSINGULARITY 0
#define errLOWSIZE 1
#define errHISIZE 2
#define errPREC 3
#define errBADNUM 4
void get_args(int,char **);
void error(int);
void syntax(void);