home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 21 / IOPROG_21.ISO / SOFT / LIBMAT.ZIP / MATFILE.HPP < prev    next >
Encoding:
C/C++ Source or Header  |  1992-10-16  |  900 b   |  30 lines

  1. /**************************************************/
  2. /*    matfile.hpp header for matFile family       */
  3. /**************************************************/
  4.  
  5.  
  6. /**************************************************/
  7. /*            MatClass Source File                */
  8. /*       Copyright of C. R. Birchenhall           */
  9. /*       University of Manchester, UK.            */
  10. /*   MatClass is freeware. This file should be    */
  11. /* made freely available to users of any software */
  12. /* whose creation is wholly or partly dependent   */
  13. /*                on this file.                   */
  14. /**************************************************/
  15.  
  16. #ifndef MATRIX_H
  17. #include "matrix.hpp"
  18. #endif // ndef MATRIX_H
  19.  
  20. #include <stdio.h>
  21.  
  22. // File Error Values
  23.  
  24. enum matFileErrors {
  25.      NULLTYPE, FTYPE, FNEW, FOPEN, NFILE, FREAD,
  26.      FWRITE, FNAME, FNCOPY, FBAD
  27. } ; // matFileErrors
  28.  
  29.  
  30.