Doxygen Source Code Documentation
abort_.c File Reference
#include "stdio.h"#include "f2c.h"Go to the source code of this file.
Functions | |
| void | sig_die (char *, int) |
| int | abort_ (void) |
Function Documentation
|
|
Definition at line 11 of file abort_.c. References sig_die().
00013 {
00014 sig_die("Fortran abort routine called", 1);
00015 #ifdef __cplusplus
00016 return 0;
00017 #endif
00018 }
|
|
||||||||||||
|
|