ABORT.C
上传用户:xiantiandi
上传日期:2007-01-06
资源大小:21k
文件大小:0k
源码类别:

编辑器/阅读器

开发平台:

DOS

  1. #include <ctype.h>
  2. #include <stdio.h>
  3. #include <string.h>
  4. abort()
  5. {
  6. #include "teco.h"
  7. fclose(in); /* Close inp file */
  8. fclose(ot); /* Close out file */
  9. unlink(otpath); /* Erase tmp file */
  10. exit(0); /*  ...sys return */
  11. }