fatal.c
上传用户:super_houu
上传日期:2008-09-21
资源大小:4099k
文件大小:0k
源码类别:

DVD

开发平台:

Others

  1. /*
  2. File: fatal.c
  3. Description: Implement function void fatal(void)
  4. Author: Jerry CAI
  5. Created on: Oct 10, 2003
  6. */
  7. #include "config.h"
  8. #include "includesysdefs.h"
  9. #include "playcoresampsamp_gen.h"
  10. void SAMP(Fatal)(void)
  11. {
  12. printf("SAMP FATAL: Assertion Failed in '%s', line %d .n", 
  13.    __FILE__, __LINE__);
  14. //  printf("SAMP Fatal ERROR!!!");
  15. }