English
首页
论坛
博客
多用户博客
在线工具
在线手册
开通博客赚积分
发布资源赚积分
分类
源码开发语言/平台
当前位置:
首页
> 源码/资料 >
编辑器/阅读器
> 查看源码
ABORT.C
资源名称:
teco.zip [点击查看]
上传用户:
xiantiandi
上传日期:
2007-01-06
资源大小:
21k
文件大小:
0k
源码类别:
编辑器/阅读器
开发平台:
DOS
ABORT.C:源码内容
#include <ctype.h>
#include <stdio.h>
#include <string.h>
abort()
{
#include "teco.h"
fclose(in); /* Close inp file */
fclose(ot); /* Close out file */
unlink(otpath); /* Erase tmp file */
exit(0); /* ...sys return */
}