home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_300 / 344_01 / mtxcle.h < prev    next >
Text File  |  1991-05-29  |  507b  |  21 lines

  1. /*----------------------------------------------------------------------
  2.    Main File : mtx.c
  3.    File Name : mtxcle.h
  4.  
  5.    Purpose - Public operations, defines for mtxcle.c
  6. -----------------------------------------------------------------------*/
  7.  
  8.   /* Error flags */
  9. #define errSINGULARITY      0
  10. #define errLOWSIZE          1
  11. #define errHISIZE           2
  12. #define errPREC             3
  13. #define errBADNUM           4
  14.  
  15.  
  16.  
  17. void get_args(int,char **);
  18. void error(int);
  19. void syntax(void);
  20.  
  21.