#include "f2c.h"
#include "signal1.h"
Include dependency graph for signal_.c:
Go to the source code of this file.
Definition at line 11 of file signal_.c.
References int.
00013 { 00014 int sig; 00015 sig = (int)*sigp; 00016 00017 return (ftnint)signal(sig, proc); 00018 }