欢迎来到虫虫下载站 | 资源下载 资源专辑 关于我们
虫虫下载站

abort_.c

在Linxu程序设计当中
C
字号:
#include "stdio.h"#include "f2c.h"#ifdef __cplusplusextern "C" {#endif#ifdef KR_headersextern VOID sig_die();int abort_()#elseextern void sig_die(char*,int);int abort_(void)#endif{sig_die("Fortran abort routine called", 1);return 0;	/* not reached */}#ifdef __cplusplus}#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -