fatal.h
上传用户:kjfoods
上传日期:2020-07-06
资源大小:29949k
文件大小:0k
源码类别:

midi

开发平台:

Unix_Linux

  1. /* Fatal Error Definitions */
  2. #define OUTOFMEM_ERROR -7; /* out of memory */
  3. #define ERROR -1 /* non specific error */
  4. #define SUCCESS 1
  5. #define FAILURE -1
  6. #define PARSE_ERROR -11
  7. #define DIV_BY_ZERO -3
  8. #define OK 2