Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011 #include "f2c.h"
00012 #undef abs
00013 #undef min
00014 #undef max
00015 #ifndef KR_headers
00016 #include "stdlib.h"
00017 #ifdef __cplusplus
00018 extern "C" {
00019 #endif
00020 #ifdef __cplusplus
00021 extern "C" {
00022 #endif
00023 extern void f_exit(void);
00024 #endif
00025
00026 void
00027 #ifdef KR_headers
00028 exit_(rc) integer *rc;
00029 #else
00030 exit_(integer *rc)
00031 #endif
00032 {
00033 #ifdef NO_ONEXIT
00034 f_exit();
00035 #endif
00036 exit(*rc);
00037 }
00038 #ifdef __cplusplus
00039 }
00040 #endif
00041 #ifdef __cplusplus
00042 }
00043 #endif