#include "stdio.h" #include "f2c.h" #define PAUSESIG 15 #ifdef KR_headers #define Void /* void */ #define Int /* int */ #else #define Void void #define Int int #undef abs #include "stdlib.h" #include "signal.h" #ifdef __cplusplus extern "C" { #endif extern int getpid(void), isatty(int), pause(void); #endif extern VOID f_exit(Void); static VOID waitpause(Int n) { return; } #ifdef KR_headers int s_paus(s, n) char *s; ftnlen n; #else int s_paus(char *s, ftnlen n) #endif { int i; fprintf(stderr, "PAUSE "); if(n > 0) for(i = 0; i