V7M/src/libF77/signal_.c

Compare this file to the similar file:
Show the results in this format:

signal_(sigp, procp)
int *sigp, (**procp)();
{
int sig, proc;
sig = *sigp;
proc = *procp;

return( signal(sig, proc) );
}